Skip to content

Commit

Permalink
deadsnakes for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 5, 2024
1 parent 2a436ff commit 3cbaa08
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
"3.11",
"3.12",
"3.13",
"pypy-3.9",
"pypy-3.10",
]
os: [
ubuntu-latest,
Expand All @@ -28,18 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
if: "!endsWith(matrix.python-version, '-dev')"
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
allow-prereleases: true
cache-dependency-path: .github/workflows/test.yml

- uses: deadsnakes/[email protected]
name: Set up Python ${{ matrix.python-version }} (deadsnakes)
if: endsWith(matrix.python-version, '-dev')
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 3cbaa08

Please sign in to comment.