Skip to content

Commit

Permalink
Update to deadsnakes/action
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 25, 2023
1 parent afb88b9 commit cb78c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:

- name: Set up Python ${{ matrix.python-version }} (disable-gil)
if: endsWith(matrix.python-version, '-dev')
uses: hugovk/action@test-me-disable-gil
uses: deadsnakes/action@v3.1.0
with:
python-version: ${{ matrix.python-version }}
disable-gil: true
nogil: true

- name: Build system information
run: python3 .github/workflows/system-info.py
Expand Down

0 comments on commit cb78c82

Please sign in to comment.