Skip to content

Commit 0fbdf58

Browse files
authored
pip install --use-feature=2020-resolver
1 parent fa364df commit 0fbdf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip setuptools six
23-
python -m pip install pytest-cov -r requirements.txt
23+
python -m pip install --use-feature=2020-resolver pytest-cov -r requirements.txt
2424
- name: Run tests
2525
run: pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
2626
- if: ${{ success() }}

0 commit comments

Comments
 (0)