Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed May 11, 2024
1 parent fcfb2e7 commit c6bb979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
- name: Set up Python ${{ matrix.python }} using deadsnakes
uses: deadsnakes/[email protected]
if: ${{ matrix.build != 'free-threading' }}
with:
python-version: ${{ matrix.python }}
- name: Set up Python ${{ matrix.python }} using deadsnakes
uses: deadsnakes/[email protected]
if: ${{ matrix.build == 'free-threading' }}
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit c6bb979

Please sign in to comment.