Skip to content

Commit dc10228

Browse files
committed
Install wheel
1 parent 1141a34 commit dc10228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-tests-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: install nox
2828
run: |
2929
python -m pip install --upgrade pip setuptools
30-
python -m pip install nox
30+
python -m pip install nox wheel
3131
- name: run tests
3232
working-directory: ./.python_package
3333
run: nox -s test_src
@@ -98,7 +98,7 @@ jobs:
9898
- name: install nox
9999
run: |
100100
python -m pip install --upgrade pip setuptools
101-
python -m pip install nox
101+
python -m pip install nox wheel
102102
- name: download wheel
103103
uses: actions/download-artifact@v4
104104
with:

0 commit comments

Comments
 (0)