Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Sep 11, 2024
1 parent ddc899f commit b4ddb42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
test:
name: Run template tests
strategy:
max-parallel: 1
fail-fast: false
matrix:
python-version: [ '3.8', '3.9' ]
platform: [ 'ubuntu-20.04', 'macos-latest', 'windows-latest' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12']
platform: [ 'ubuntu-20.04', 'ubuntu-22.04', 'macos-latest', 'windows-latest' ]
runs-on: ${{ matrix.platform }}
timeout-minutes: 30

Expand Down Expand Up @@ -45,3 +44,4 @@ jobs:
- name: Test the data loaders
run: |
python tests/test_dataset_loaders.py
if: runner.os != 'Windows' # Skip Windows for now for this test only.

0 comments on commit b4ddb42

Please sign in to comment.