Skip to content

Commit 9390ba5

Browse files
debug
1 parent 0c20dc1 commit 9390ba5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/testpr.yml

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

55+
- uses: prefix-dev/setup-pixi@v0.8.1
56+
with:
57+
environments: ${{ matrix.environment }}
58+
frozen: true
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')
6363
uses: egor-tensin/cleanup-path@v4
64-
with:
64+
# with:
6565
# cygpath in C:\Program Files\Git\usr\bin is used by install micromamba
6666
# git in C:\Program Files\Git\bin is used by pip install git+
67-
dirs: 'C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
67+
# dirs: 'C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
6868

6969
- shell: bash -l {0}
7070
if: matrix.platform == 'linux-aarch64'

0 commit comments

Comments
 (0)