Skip to content

Commit c0f7192

Browse files
authored
Merge pull request #47 from haddocking/docs-build
Do not install protein-quest from source
2 parents 2ee1e0e + e382189 commit c0f7192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v6
2828

2929
- name: Install dependencies
30-
run: uv sync --locked --group docs
30+
run: uv sync --no-sources --group docs
3131

3232
- name: Build MkDocs site
3333
run: |

0 commit comments

Comments
 (0)