Skip to content

Commit

Permalink
Fix GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlenski committed Nov 26, 2023
1 parent 0d69f23 commit a8c3d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
sudo apt update
sudo apt install -qq openjdk-11-jre # JDK is needed to run tests
Expand Down

0 comments on commit a8c3d46

Please sign in to comment.