Skip to content

Commit

Permalink
ci: always test notebooks on all library versions (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jan 24, 2025
1 parent ae8afb7 commit e1140f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
lib-version: ${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && fromJSON('["development", "latest"]') || fromJSON('["development"]') }}
lib-version:
- "development"
- "latest"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e1140f4

Please sign in to comment.