Skip to content

Commit

Permalink
specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 25, 2024
1 parent 3cb479a commit 5f967db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
wget "https://filedn.eu/loRXwzWCNnU4XoFPGbllt1y/datafile_1.ptu" -O tests/test_data/input/ds1/datafile_1.ptu
- name: Install in editable mode with test requirements
run: uv pip install -e .[test]
run: uv pip install -p ${{ matrix.python-version }} -e .[test]

- name: Run tests
run: |
Expand Down

0 comments on commit 5f967db

Please sign in to comment.