Skip to content

Commit

Permalink
Merge pull request #179 from jsocol/periodic-ci-runs
Browse files Browse the repository at this point in the history
Add periodic CI run
  • Loading branch information
jsocol committed Dec 3, 2022
2 parents 1325f31 + 119d162 commit dc1cb87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
schedule:
- cron: '33 7 * * 0' # run weekly on sundays
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit dc1cb87

Please sign in to comment.