Skip to content

Commit

Permalink
ci: ignore cupy tests for now during the cicd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan O'Connell committed Nov 8, 2024
1 parent 35975f3 commit 23d367f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Test with pytest
run: |
coverage run --source=qpretrieve -m pytest tests
# ignore the cupy imports, as we don't have a gpu-enabled pipeline setup
--ignore=tests/test_cupy_gpu
- name: Lint with flake8
run: |
flake8 .
Expand Down

0 comments on commit 23d367f

Please sign in to comment.