-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
1,729 additions
and
981 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 |
---|---|---|
|
@@ -26,15 +26,16 @@ jobs: | |
- '3.12' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].0 | ||
- uses: prefix-dev/[email protected].1 | ||
with: | ||
pixi-version: v0.29.0 | ||
cache: true | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} | ||
environments: test-cpu | ||
activate-environment: true | ||
frozen: true | ||
- name: Run pytest | ||
shell: bash -l {0} | ||
shell: bash {0} | ||
run: pixi run -e test-cpu tests | ||
- name: Upload coverage report | ||
if: runner.os == 'Linux' && matrix.python-version == '3.12' | ||
|
@@ -46,26 +47,28 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].0 | ||
- uses: prefix-dev/[email protected].1 | ||
with: | ||
pixi-version: v0.29.0 | ||
cache: true | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} | ||
environments: mypy | ||
frozen: true | ||
- name: Run mypy | ||
shell: bash -l {0} | ||
shell: bash {0} | ||
run: pixi run mypy | ||
run-explanation-notebooks: | ||
name: Run explanation notebooks on Python 3.12 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].0 | ||
- uses: prefix-dev/[email protected].1 | ||
with: | ||
pixi-version: v0.29.0 | ||
cache: true | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} | ||
environments: test-cpu | ||
frozen: true | ||
- name: Run explanation notebooks | ||
shell: bash -l {0} | ||
shell: bash {0} | ||
run: pixi run -e test-cpu explanation-notebooks |
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
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
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
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.