Skip to content

Commit

Permalink
Merge pull request #113 from optimas-org/test_more_python_versions
Browse files Browse the repository at this point in the history
Run tests daily and with all supported python versions
  • Loading branch information
AngelFP authored Aug 23, 2023
2 parents e8bbc8b + 868a2bb commit bb82069
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: Unix

on: [push, pull_request]
on:
push:
pull_request:
# Run daily at midnight (UTC).
schedule:
- cron: '0 0 * * *'

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bb82069

Please sign in to comment.