We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512e613 commit de4db55Copy full SHA for de4db55
.github/workflows/build-wheel.yml
@@ -48,12 +48,12 @@ jobs:
48
49
- name: Set up Python
50
id: setup-python
51
- uses: actions/setup-python@v5
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
52
with:
53
python-version: ${{ matrix.python-version }}
54
env:
55
# we use self-hosted runners on which setup-python behaves weirdly...
56
- AGENT_TOOLSDIRECTORY: "../RUNNER_TEMP"
+ AGENT_TOOLSDIRECTORY: "${{ env.RUNNER_TEMP }}"
57
58
- name: Set up MSVC
59
if: ${{ startsWith(inputs.host-platform, 'win') }}
0 commit comments