ci: always test notebooks on all library versions (#3191)

This commit is contained in:
Vadym Barda
2025-01-23 22:26:32 -05:00
committed by GitHub
parent ae8afb7677
commit e1140f4fad
+3 -1
View File
@@ -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