Skip to content

Commit

Permalink
Merge pull request #4 from opensourceworks-org/ci/python-versions
Browse files Browse the repository at this point in the history
fix: rye path
  • Loading branch information
jeroenflvr authored Jul 19, 2024
2 parents b416dcd + fbebac5 commit 8c51121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Add Rye to PATH
shell: bash
run: echo "$HOME/.rye/bin" >> $GITHUB_PATH
run: echo "$HOME/.rye/shims/bin" >> $GITHUB_PATH

- name: Install dependencies
run: make install
Expand Down

0 comments on commit 8c51121

Please sign in to comment.