We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9520bf1 commit dc479c1Copy full SHA for dc479c1
.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 --upgrade pip hatch uv
+ run: pip install --upgrade hatch uv
47
- name: Run Scripts
48
env:
49
NPM_CONFIG_TOKEN: ${{ secrets.node-auth-token }}
0 commit comments