Skip to content

Commit 9ed1140

Browse files
committed
Drop unused -dev config
1 parent fe61455 commit 9ed1140

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,11 @@ jobs:
4747
uses: actions/checkout@v6
4848
- name: Setup Python
4949
uses: actions/setup-python@v6
50-
if: "!endsWith(matrix.python, '-dev')"
5150
with:
5251
python-version: ${{ matrix.python }}
5352
allow-prereleases: true
5453
cache: pip
5554
cache-dependency-path: test-requirements.txt
56-
- name: Setup Python (dev)
57-
uses: deadsnakes/[email protected]
58-
if: endsWith(matrix.python, '-dev')
59-
with:
60-
python-version: '${{ matrix.python }}'
6155
- name: Run tests
6256
run: ./ci.sh
6357
env:

0 commit comments

Comments
 (0)