8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa364df commit 0fbdf58Copy full SHA for 0fbdf58
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip setuptools six
23
- python -m pip install pytest-cov -r requirements.txt
+ python -m pip install --use-feature=2020-resolver pytest-cov -r requirements.txt
24
- name: Run tests
25
run: pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
26
- if: ${{ success() }}
0 commit comments