Skip to content

Commit b6ceef0

Browse files
committed
Fix pixi run command
1 parent 7582e41 commit b6ceef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyrosetta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run tests (pixi)
3838
run: |
3939
cd pyrosetta/pixi
40-
pixi run uv run -p pyrosetta_uv_project python -u -m unittest pyrosetta.tests.distributed.cluster.test_reproducibility.TestEnvironmentReproducibility.test_recreate_environment_pixi -v
40+
pixi run python -u -m unittest pyrosetta.tests.distributed.cluster.test_reproducibility.TestEnvironmentReproducibility.test_recreate_environment_pixi -v
4141
4242
# ============================================================
4343
# UV JOB

0 commit comments

Comments
 (0)