We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d776106 commit 2853236Copy full SHA for 2853236
.github/workflows/ci.yml
@@ -19,7 +19,11 @@ jobs:
19
strategy:
20
matrix:
21
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
22
- python-version: ["3.11", "3.12", "3.13", "dev"]
+ python-version: ["3.11", "3.12", "3.13"]
23
+ include:
24
+ # Include one that runs in the dev environment
25
+ - runs-on: "ubuntu-latest"
26
+ python-version: "dev"
27
fail-fast: false
28
uses: ./.github/workflows/_test.yml
29
with:
0 commit comments