-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Nox with optional dependencies for CUDA, HIP, OpenCL and arg…
…uments to disable these
- Loading branch information
1 parent
9a7b47f
commit d9a8d9f
Showing
4 changed files
with
251 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Run tests with Nox | ||
uses: fjwillemsen/[email protected] | ||
- run: nox | ||
- run: nox -- skip-gpu | ||
# - name: Upload Coverage report to CodeCov | ||
# uses: codecov/codecov-action@v3 | ||
# with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.