Skip to content

Commit

Permalink
let uv install python
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 25, 2024
1 parent 08e8382 commit 8b01f8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
# Install a specific version of uv.
version: "0.5.4"

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Download test file windows
if: runner.os == 'Windows'
Expand All @@ -35,10 +38,6 @@ jobs:
run: |
wget "https://filedn.eu/loRXwzWCNnU4XoFPGbllt1y/datafile_1.ptu" -O tests/test_data/input/ds1/datafile_1.ptu
- name: Set up python ${{ matrix.python-version }}
id: setup-python
uses: actions/setup-python@v4

- name: Install in editable mode with test requirements
run: uv pip install -e .[test]

Expand Down

0 comments on commit 8b01f8d

Please sign in to comment.