We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1050fa8 commit d2ff045Copy full SHA for d2ff045
.github/workflows/ci.yaml
@@ -52,7 +52,8 @@ jobs:
52
with:
53
path: ~/.cache/pip
54
key: ${{ runner.os }}-pip-py_${{ matrix.python-version }}-${{ hashFiles('django/requirements*.txt') }}
55
- - run: pip install ./django[test,async] coveralls
+ - run: pip install -U pip
56
+ - run: pip install ./django[test,async,doc] coveralls
57
- run: bash scripts/travis/setup_database.sh
58
- run: bash scripts/travis/configure_catmaid.sh
59
- run: bash scripts/travis/configure_pypy_libs.sh
0 commit comments