Skip to content

Commit

Permalink
Try using Deadsnakes for all Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 12, 2023
1 parent 0296d1d commit 79ac64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- name: Set up Python ${{ matrix.python-version.version }} using Deadsnakes
uses: deadsnakes/[email protected]
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 79ac64f

Please sign in to comment.