Skip to content

Commit

Permalink
CI: install async Python requirements as well
Browse files Browse the repository at this point in the history
They are needed for the async tests.
  • Loading branch information
tomka committed Dec 5, 2024
1 parent 0000e76 commit f16dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-py_${{ matrix.python-version }}-${{ hashFiles('django/requirements*.txt') }}
- run: pip install ./django[test] coveralls
- run: pip install ./django[test,async] coveralls
- run: bash scripts/travis/setup_database.sh
- run: bash scripts/travis/configure_catmaid.sh
- run: bash scripts/travis/configure_pypy_libs.sh
Expand Down

0 comments on commit f16dc83

Please sign in to comment.