We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7582e41 commit b6ceef0Copy full SHA for b6ceef0
.github/workflows/pyrosetta.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run tests (pixi)
38
run: |
39
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
+ pixi run python -u -m unittest pyrosetta.tests.distributed.cluster.test_reproducibility.TestEnvironmentReproducibility.test_recreate_environment_pixi -v
41
42
# ============================================================
43
# UV JOB
0 commit comments