Skip to content

Commit

Permalink
Fix Python path
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 1, 2024
1 parent b297e31 commit 0edc603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Hatch
run: |
pipx install --python "python${{ steps.setup-python.outputs.python-path }}" hatch
pipx install --python "${{ steps.setup-python.outputs.python-path }}" hatch
hatch --version
- name: Run
Expand Down

0 comments on commit 0edc603

Please sign in to comment.