Skip to content

Commit

Permalink
Test on Python 3.9 instead of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 10, 2024
1 parent 54de0eb commit 1d0ffc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
if: runner.os == 'Linux'
- name: Build
run: cargo build --release --verbose --examples
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Test
id: test
continue-on-error: true
run: cargo test --release
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Test (retry#1)
id: test1
run: cargo test --release
Expand Down

0 comments on commit 1d0ffc1

Please sign in to comment.