File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 uses : astral-sh/setup-uv@v5
2222 - name : Install dependencies
2323 run : |
24- uv pip install hatch hatch-pip-compile
24+ uv pip install --system hatch hatch-pip-compile
2525 hatch env create dev
2626 - run : echo "$(hatch env find dev)/bin" >> $GITHUB_PATH
2727 - name : Run pyright
Original file line number Diff line number Diff line change 2727 uses : astral-sh/setup-uv@v5
2828 - name : Install dependencies
2929 run : |
30- uv pip install hatch hatch-pip-compile
30+ uv pip install --system hatch hatch-pip-compile
3131 hatch env create dev
3232 - name : Test with pytest
3333 run : |
Original file line number Diff line number Diff line change 2121 uses : astral-sh/setup-uv@v5
2222 - name : Install dependencies
2323 run : |
24- uv pip install hatch hatch-pip-compile
24+ uv pip install --system hatch hatch-pip-compile
2525 hatch env create dev
2626 - name : Lint with Ruff (check)
2727 run : |
You can’t perform that action at this time.
0 commit comments