Skip to content

Commit 962708b

Browse files
authored
Fix smoke test for anaconda-client
1 parent 9b95274 commit 962708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Check that anaconda-client command works fine
6161
shell: bash -l {0}
6262
run: |
63-
anaconda --version
63+
pixi run anaconda --version
6464
6565
- name: Generate recipes for linux-64
6666
shell: bash -l {0}

0 commit comments

Comments
 (0)