Skip to content

Commit 2853236

Browse files
committed
Fix
1 parent d776106 commit 2853236

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
strategy:
2020
matrix:
2121
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
22-
python-version: ["3.11", "3.12", "3.13", "dev"]
22+
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"
2327
fail-fast: false
2428
uses: ./.github/workflows/_test.yml
2529
with:

0 commit comments

Comments
 (0)