Skip to content

Commit

Permalink
Use different id for installing free-threaded python in ci/cd workflo…
Browse files Browse the repository at this point in the history
…w file
  • Loading branch information
lysnikolaou committed Sep 18, 2024
1 parent 865e658 commit e64c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
allow-prereleases: true
- name: Setup Python ${{ matrix.pyver }}
if: endsWith(matrix.pyver, '-freethreading')
id: python-install
id: python-install-freethreading
uses: deadsnakes/action@v3.2.0
with:
python-version: 3.13-dev
Expand Down

0 comments on commit e64c5a8

Please sign in to comment.