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 34067cd commit 939bf63Copy full SHA for 939bf63
.github/wheel-tests/requirements.txt
.github/wheel-tests/test_tutorials.py
.github/workflows/python_wheel_build.yml
@@ -68,11 +68,11 @@ jobs:
68
69
- name: Install tutorials dependencies
70
run: |
71
- python -m pip install -r .github/wheel-tests/requirements.txt
+ python -m pip install -r requirements.txt
72
73
- name: Run tutorials
74
75
- pytest -vv -rF --show-capture=all .github/wheel-tests
+ pytest -vv -rF --show-capture=all test/wheels
76
77
create-and-upload-wheel-registry:
78
if: github.event_name != 'pull_request' # The secrets are not available in PR
0 commit comments