We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9af80 commit 812b202Copy full SHA for 812b202
.github/workflows/hamilton-lsp.yml
@@ -30,11 +30,10 @@ jobs:
30
uses: actions/setup-python@v4
31
with:
32
python-version: ${{ matrix.python-version }}
33
+ - uses: astral-sh/setup-uv@v6
34
- name: Install dependencies
35
run: |
- python -m pip install --upgrade pip pytest
36
- pip install -e ${{ github.workspace }}
37
- pip install -e .
+ uv pip install --system -e ${{ github.workspace }} -e . pytest
38
- name: Run unit tests
39
40
pytest tests/
0 commit comments