Skip to content

Commit 898ffad

Browse files
authored
Merge pull request #3148 from A5rocks/update-action-dependencies
Remove unnecessary deadsnakes action
2 parents da89ae8 + 4e3b121 commit 898ffad

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
@@ -119,16 +119,10 @@ jobs:
119119
uses: actions/checkout@v4
120120
- name: Setup python
121121
uses: actions/setup-python@v5
122-
if: "!endsWith(matrix.python, '-dev')"
123122
with:
124123
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
125124
cache: pip
126125
cache-dependency-path: test-requirements.txt
127-
- name: Setup python (dev)
128-
uses: deadsnakes/action@v2.0.2
129-
if: endsWith(matrix.python, '-dev')
130-
with:
131-
python-version: '${{ matrix.python }}'
132126
- name: Run tests
133127
run: ./ci.sh
134128
env:

0 commit comments

Comments
 (0)