Skip to content

Commit

Permalink
🐛 fix: installation in remote workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Dec 6, 2024
1 parent d92d7eb commit 445f744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
python -m pip install -U pip
pip install -U pdm
pdm install --dev docs
pdm install --group docs
- name: build-docs
run: |
Expand Down

0 comments on commit 445f744

Please sign in to comment.