Skip to content

Commit

Permalink
ci: test against pre-release versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMuzellec committed Sep 4, 2023
1 parent 290d067 commit 5cc6541
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: ubuntu-latest
python: "3.8"
- os: ubuntu-latest
python: "3.9"
- os: ubuntu-latest
python: "3.10"
- os: ubuntu-latest
python: "3.10"
pip-flags: "--pre"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 5cc6541

Please sign in to comment.