We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04e443 commit c4d597dCopy full SHA for c4d597d
1 file changed
.github/workflows/base.yml
@@ -76,7 +76,7 @@ jobs:
76
with:
77
# Include all versions including pre releases
78
# See https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-python-version
79
- python-version: ${{ format('{0}-alpha - {0}', matrix.nox_session.python) }
+ python-version: ${{ format('{0}-alpha - {0}', matrix.nox_session.python) }}
80
architecture: x64
81
allow-build: info
82
cache-build: true
0 commit comments