We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1141a34 commit dc10228Copy full SHA for dc10228
1 file changed
.github/workflows/python-package-tests-and-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: install nox
28
run: |
29
python -m pip install --upgrade pip setuptools
30
- python -m pip install nox
+ python -m pip install nox wheel
31
- name: run tests
32
working-directory: ./.python_package
33
run: nox -s test_src
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
- name: download wheel
103
uses: actions/download-artifact@v4
104
with:
0 commit comments