We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hatch
1 parent f553e3f commit 1979afcCopy full SHA for 1979afc
.github/actions/setup-python-env/action.yaml
@@ -68,9 +68,10 @@ runs:
68
- name: Install Hatch
69
shell: bash
70
# Pin click to avoid bug in 8.3.0 - can remove when a fix is released
71
+ # `hatch==1.16` gives error `dev-env is not a builder environment`.
72
run: |
73
pip3 install "click<8.3.0"
- pip3 install hatch
74
+ pip3 install "hatch>=1.15,<1.16"
75
76
# Running any command will install the dependencies for the project. Add this step so that the `hatch` environment is
77
# cached.
0 commit comments