Skip to content

Commit

Permalink
fix empty exclude key in cron jobs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet authored Sep 24, 2022
1 parent ae2ea8b commit 41760eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", 3.x] # crons should always run latest python hence 3.x
exclude:
# exclude:
# - os: windows-latest # scipy deps issues
# python-version: "3.10"
# - os: windows-latest
Expand Down

0 comments on commit 41760eb

Please sign in to comment.