Skip to content

Commit

Permalink
Tried changing to python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmclean committed Aug 3, 2023
1 parent 68bee78 commit 3a6efc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: python -m pip install build
shell: bash
- name: Building Python Wheel for documentation generation
run: python3 -m build --wheel --outdir documentation_dist
run: python -m build --wheel --outdir documentation_dist
shell: bash
- name: "Run Reference Documentation Generation"
run: |
Expand Down

0 comments on commit 3a6efc0

Please sign in to comment.