Skip to content

Commit

Permalink
Remove windows tests from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Oct 2, 2024
1 parent 9113f49 commit dfab5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-2022"]
os: ["ubuntu-latest"] # Do not run on windows to save time. In practice not many users are on windows, and this is still run on the cron job
python: ${{ (github.event_name == 'pull_request' && fromJSON('["3.8", "3.12"]')) || fromJSON('["3.8", "3.9", "3.10", "3.11", "3.12"]') }}
type: ["data_dependency",
"path_filtering",
Expand Down

0 comments on commit dfab5ae

Please sign in to comment.