Skip to content

Commit

Permalink
Reverted test all notebooks github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 10, 2024
1 parent a55ce0e commit 5c73414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_all_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defaults:
on:
# Trigger the workflow on manual dispatch and once a week
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * 0'

Expand All @@ -21,7 +20,7 @@ jobs:
fail-fast: false # Continue to run other builds despite a failure
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
include: # Run windows tests on only one python version
- os: windows-latest
python-version: '3.10' # torch 1.x not available on Windows for Python 3.11
Expand Down

0 comments on commit 5c73414

Please sign in to comment.