File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ jobs:
7474 cd pyrosetta_uv_project
7575 uv venv
7676
77- - name: Install PyRosetta dependencies
77+ - name: Install PyRosetta installer
7878 run: |
7979 export PATH="$HOME/.local/bin:$PATH"
8080 cd pyrosetta_uv_project
81+ # Note: 'pip' is a required dependency of 'pyrosetta-installer'
8182 uv pip install pyrosetta-installer pip
8283
8384 - name: Install PyRosetta via installer in uv project
@@ -107,9 +108,6 @@ jobs:
107108 run: |
108109 export PATH="$HOME/.local/bin:$PATH"
109110 cd pyrosetta_uv_project
110- uv run python -c "import sys; print(sys.path)"
111- uv run python -c "import sys; print(sys.executable)"
112- uv run python -m site
113111 uv run python -u -m unittest pyrosetta.tests.distributed.cluster.test_reproducibility.TestEnvironmentReproducibility.test_recreate_environment_uv -v
114112
115113 # ============================================================
You can’t perform that action at this time.
0 commit comments