Skip to content

Commit 4251109

Browse files
authored
Fix pdm github actions (#306)
* Update content hash in pdm.lock * update PDM setup action to version 4.2 * Update documentation generation command to use PDM
1 parent e910ac5 commit 4251109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/pdm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Set up PDM
7-
uses: pdm-project/setup-pdm@v4
7+
uses: pdm-project/setup-pdm@v4.2
88
with:
99
python-version: "3.9"
1010
# Cache all dependencies installed from pdm.lock

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: ./.github/actions/dependencies
1717
- name: Generate Docs
1818
run: |
19-
make gen-docs
19+
pdm run make gen-docs
2020
touch docs/_build/html/.nojekyll
2121
- name: Publish Docs
2222
uses: JamesIves/[email protected]

pdm.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)