Skip to content

Commit 4e3b121

Browse files
committed
Remove unnecessary deadsnakes action
1 parent f9411f4 commit 4e3b121

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,10 @@ jobs:
118118
uses: actions/checkout@v4
119119
- name: Setup python
120120
uses: actions/setup-python@v5
121-
if: "!endsWith(matrix.python, '-dev')"
122121
with:
123122
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
124123
cache: pip
125124
cache-dependency-path: test-requirements.txt
126-
- name: Setup python (dev)
127-
uses: deadsnakes/action@v2.0.2
128-
if: endsWith(matrix.python, '-dev')
129-
with:
130-
python-version: '${{ matrix.python }}'
131125
- name: Run tests
132126
run: ./ci.sh
133127
env:

0 commit comments

Comments
 (0)