Skip to content

Commit

Permalink
Try pydicom in pre-build
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Apr 27, 2023
1 parent fade127 commit a294a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-docs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y git"
pre-build-command: "apt-get update -y && apt-get install -y git && pip install -e ."
docs-folder: "doc/"
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a294a3b

Please sign in to comment.