Skip to content

Commit

Permalink
Pin version of hatch used (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 31, 2024
1 parent ebacb9f commit 92c5cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pre-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ runs:
- name: Install hatch
shell: bash
working-directory: ${{ inputs.working_directory }}
run: pipx install hatch
# TODO: remove when #62 is fixed.
run: pipx install "hatch<1.27"
- name: Check if we should push changes
shell: bash
run: |
Expand Down

0 comments on commit 92c5cb9

Please sign in to comment.