Skip to content

Commit 35a1031

Browse files
committed
chore(ci): Drop pre-release tests for Pythons out of SPEC0
1 parent a571a26 commit 35a1031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- os: ubuntu-latest
5555
python-version: '3.8'
5656
dependencies: 'min'
57+
exclude:
58+
# Skip pre-release tests for Pythons out of SPEC0
59+
- python-version: 3.8
60+
dependencies: pre
61+
- python-version: 3.9
62+
dependencies: pre
5763

5864
env:
5965
DEPENDS: ${{ matrix.dependencies }}

0 commit comments

Comments
 (0)