We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bf1c6 commit 60a696cCopy full SHA for 60a696c
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
20
- name: Install dependencies
21
run: |
22
- python -m pip install --upgrade pip setuptools six
+ python -m pip install --upgrade pip setuptools six wheel
23
python -m pip install pytest-cov -r requirements.txt
24
- name: Run tests
25
run: pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
0 commit comments