Skip to content

Commit

Permalink
Fixing python path
Browse files Browse the repository at this point in the history
  • Loading branch information
destin-v committed Jan 11, 2024
1 parent de468ac commit 0c97269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Generate pdoc artifact
run: |
mkdir -p save/pdocs
export PYTHONPATH=/home/runner/work/vscode_imager/vscode_imager/
export PYTHONPATH=/Users/runner/work/vscode_imager/vscode_imager/
nox -r -s pdoc
# Upload the artifact to the next job
- name: Upload pdoc artifact
Expand Down

0 comments on commit 0c97269

Please sign in to comment.