Skip to content

Commit

Permalink
build: Update _shared-build-deploy-docs.yml (#28)
Browse files Browse the repository at this point in the history
Force --no-build-isolation as suggested in astral-sh/uv#5551
  • Loading branch information
MMaiero authored Jul 29, 2024
1 parent 57dcbb8 commit dd33d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_shared-build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: pip install --no-build-isolation --no-cache-dir "setuptools<72"

- name: Install MkDocs dependencies
run: pip install -r requirements.txt
run: pip install --no-build-isolation --no-cache-dir -r requirements.txt

- name: Configure Git user
run: |
Expand Down

0 comments on commit dd33d4b

Please sign in to comment.