Skip to content

Commit 6d16bd8

Browse files
committed
Fix uv pip install
1 parent b6ceef0 commit 6d16bd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pyrosetta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
- name: Install PyRosetta dependencies
7272
run: |
7373
export PATH="$HOME/.local/bin:$PATH"
74-
uv pip -p pyrosetta_uv_project install pyrosetta-installer
74+
cd pyrosetta_uv_project
75+
uv pip install pyrosetta-installer
7576
7677
- name: Install PyRosetta via installer in uv project
7778
run: |

0 commit comments

Comments
 (0)