Skip to content

Commit

Permalink
Merge pull request #169 from henrypinkard/main
Browse files Browse the repository at this point in the history
Find path automatically
  • Loading branch information
henrypinkard authored Jul 26, 2024
2 parents 875e11d + 702c5d7 commit 3932644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
cd python
pip install -e .
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/python" >> $GITHUB_ENV
- name: Build package
run: |
cd python
Expand Down

0 comments on commit 3932644

Please sign in to comment.