Skip to content

Commit 60a696c

Browse files
committed
pip install wheel for faster builds
1 parent b6bf1c6 commit 60a696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip setuptools six
22+
python -m pip install --upgrade pip setuptools six wheel
2323
python -m pip install pytest-cov -r requirements.txt
2424
- name: Run tests
2525
run: pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .

0 commit comments

Comments
 (0)