Skip to content

Commit

Permalink
Merge branch 'main' into leouieda-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda authored Feb 16, 2024
2 parents c7e0343 + 8d61b83 commit 37e5cea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ on:
release:
types:
- published
schedule:
# Run every Monday at 12:00 UTC
# * is a special character in YAML so you have to quote this string
- cron: "00 12 * * 1"

# Use bash by default in all jobs
defaults:
Expand All @@ -43,13 +39,17 @@ jobs:
- ubuntu
- macos
- windows
python:
- "3.7"
- "3.11"
dependencies:
- oldest
- latest
- optional
- oldest
include:
- dependencies: oldest
python: "3.7"
- dependencies: latest
python: "3.11"
- dependencies: optional
python: "3.11"
env:
REQUIREMENTS: env/requirements-build.txt env/requirements-test.txt
# Used to tag codecov submissions
Expand Down

0 comments on commit 37e5cea

Please sign in to comment.