Skip to content

Commit de4db55

Browse files
committed
test
1 parent 512e613 commit de4db55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848

4949
- name: Set up Python
5050
id: setup-python
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
env:
5555
# we use self-hosted runners on which setup-python behaves weirdly...
56-
AGENT_TOOLSDIRECTORY: "../RUNNER_TEMP"
56+
AGENT_TOOLSDIRECTORY: "${{ env.RUNNER_TEMP }}"
5757

5858
- name: Set up MSVC
5959
if: ${{ startsWith(inputs.host-platform, 'win') }}

0 commit comments

Comments
 (0)