Skip to content

Commit c4d9677

Browse files
committed
Clean up
1 parent 92996fe commit c4d9677

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pyrosetta.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
# ============================================================

0 commit comments

Comments
 (0)