Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/linux_cuda_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ jobs:
# aren't present there.
rm -r src/
ls
- name: Smoke test
run: |
${CONDA_RUN} python test/decoders/manual_smoke_test.py
- name: Run Python tests
run: |
${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -v --tb=short
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linux_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ jobs:
# aren't present there.
rm -r src/
ls
- name: Smoke test
run: |
python -X faulthandler test/decoders/manual_smoke_test.py
- name: Run Python tests
run: |
pytest test -vvv
4 changes: 0 additions & 4 deletions .github/workflows/macos_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ jobs:
rm -r src/
ls -lh

- name: Smoke test
run: |
python -X faulthandler test/decoders/manual_smoke_test.py

- name: Run Python tests
run: |
pytest test -vvv
20 changes: 0 additions & 20 deletions test/decoders/manual_smoke_test.py

This file was deleted.

Loading