We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061f5f5 commit e0ef341Copy full SHA for e0ef341
.github/workflows/.hatch-run.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
python-version: ${{ matrix.python-version }}
45
- name: Install Python Dependencies
46
- run: pip install hatch<1.16
+ run: pip install "hatch<1.16"
47
- name: Run Scripts
48
env:
49
NPM_CONFIG_TOKEN: ${{ secrets.node-auth-token }}
0 commit comments