Skip to content

Commit 0c20dc1

Browse files
setup pixi before checkout
1 parent d05475f commit 0c20dc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testpr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ jobs:
4747
- os: windows-2019
4848
platform: osx-arm64
4949
steps:
50-
- uses: actions/checkout@v4
51-
with:
52-
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
53-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
54-
5550
- uses: prefix-dev/[email protected]
5651
with:
5752
environments: ${{ matrix.environment }}
5853
frozen: true
5954

55+
- uses: actions/checkout@v4
56+
with:
57+
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
58+
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
59+
6060
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
6161
- name: Clean up PATH
6262
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)