Skip to content

Commit 939bf63

Browse files
committed
restructure
1 parent 34067cd commit 939bf63

File tree

3 files changed

+2
-125
lines changed

3 files changed

+2
-125
lines changed

.github/wheel-tests/requirements.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/wheel-tests/test_tutorials.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/python_wheel_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
6969
- name: Install tutorials dependencies
7070
run: |
71-
python -m pip install -r .github/wheel-tests/requirements.txt
71+
python -m pip install -r requirements.txt
7272
7373
- name: Run tutorials
7474
run: |
75-
pytest -vv -rF --show-capture=all .github/wheel-tests
75+
pytest -vv -rF --show-capture=all test/wheels
7676
7777
create-and-upload-wheel-registry:
7878
if: github.event_name != 'pull_request' # The secrets are not available in PR

0 commit comments

Comments
 (0)