Skip to content

Commit

Permalink
Disable devdeps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 authored Nov 18, 2024
1 parent a7e509b commit e35d150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- linux: py39-test
- linux: py310-test
- linux: py311-test
- linux: py311-test-devdeps
# - linux: py311-test-devdeps
- linux: py311-glue116-test
- linux: py311-glue117-test
- linux: py311-glue118-test
Expand All @@ -47,7 +47,7 @@ jobs:
- macos: py39-test
- macos: py310-test
- macos: py311-test
- macos: py311-test-devdeps
# - macos: py311-test-devdeps
- macos: py311-glue116-test
- macos: py311-glue117-test
- macos: py311-glue118-test
Expand All @@ -58,7 +58,7 @@ jobs:
- windows: py39-test
- windows: py310-test
- windows: py311-test
- windows: py311-test-devdeps
# - windows: py311-test-devdeps
- windows: py311-glue116-test
- windows: py311-glue117-test
- windows: py311-glue118-test
Expand Down

0 comments on commit e35d150

Please sign in to comment.