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 b6ceef0 commit 6d16bd8Copy full SHA for 6d16bd8
.github/workflows/pyrosetta.yml
@@ -71,7 +71,8 @@ jobs:
71
- name: Install PyRosetta dependencies
72
run: |
73
export PATH="$HOME/.local/bin:$PATH"
74
- uv pip -p pyrosetta_uv_project install pyrosetta-installer
+ cd pyrosetta_uv_project
75
+ uv pip install pyrosetta-installer
76
77
- name: Install PyRosetta via installer in uv project
78
0 commit comments