Skip to content

Commit

Permalink
Do not run explanation notebooks on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 12, 2025
1 parent e8f7a14 commit 4e94486
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ jobs:
- name: Run mypy
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]
with:
pixi-version: v0.40.3
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
environments: test-cpu
frozen: true
- name: Run explanation notebooks
shell: bash {0}
run: pixi run -e test-cpu explanation-notebooks
# 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]
# with:
# pixi-version: v0.40.3
# cache: true
# cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
# environments: test-cpu
# frozen: true
# - name: Run explanation notebooks
# shell: bash {0}
# run: pixi run -e test-cpu explanation-notebooks

0 comments on commit 4e94486

Please sign in to comment.