Skip to content

Commit

Permalink
Fixed workflow for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jul 12, 2024
1 parent 075ebbb commit e9cb512
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
uses: actions/setup-python@v5
id: set-py-latest
with:
python-version: ${{ matrix.nox_session.python }}
# Include all versions including pre releases
# See https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-python-version
python-version: format('{0}-alpha - {0}', matrix.nox_session.python)
architecture: x64
allow-build: info
cache-build: true
Expand Down

0 comments on commit e9cb512

Please sign in to comment.