Skip to content

Commit

Permalink
revert bionic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 8, 2024
1 parent af1ab8b commit f7a2cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ jobs:
- name: Install python dependencies
run: |
if [[ "${OS}" == "bionic-3.8" ]]; then
if [[ "${{ matrix.os }}" == "bionic-3.8" ]]; then
python3.8 -m venv ./venv;
else
python3 -m venv ./venv;
fi
./venv/bin/pip3 install --upgrade pip wheel setuptools pip-tools -c requirements.txt -c dev-requirements.txt
./venv/bin/pip-sync requirements.txt dev-requirements.txt -U
./venv/bin/pip-sync requirements.txt dev-requirements.txt
- name: Create test required directories
run: |
Expand Down

0 comments on commit f7a2cee

Please sign in to comment.