Skip to content

Commit d2ff045

Browse files
committed
Tests: fix GitHub requirements loading
1 parent 1050fa8 commit d2ff045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
with:
5353
path: ~/.cache/pip
5454
key: ${{ runner.os }}-pip-py_${{ matrix.python-version }}-${{ hashFiles('django/requirements*.txt') }}
55-
- run: pip install ./django[test,async] coveralls
55+
- run: pip install -U pip
56+
- run: pip install ./django[test,async,doc] coveralls
5657
- run: bash scripts/travis/setup_database.sh
5758
- run: bash scripts/travis/configure_catmaid.sh
5859
- run: bash scripts/travis/configure_pypy_libs.sh

0 commit comments

Comments
 (0)