Skip to content

Commit

Permalink
test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tdesveaux committed Jul 9, 2024
1 parent f999900 commit e7867d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- test-ci/issue/2860
pull_request:

permissions:
Expand All @@ -16,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8"]

env:
# Needed to ignore specific warns, otherwise, it'll warn a generic message
Expand Down

0 comments on commit e7867d2

Please sign in to comment.