Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5c219b7

Browse files
committed
Trying to install the correct version of python for tests
1 parent 975311b commit 5c219b7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: |
3434
export PYTHON_VERSION=${{ matrix.python-version }}
3535
export TOX_ENV=`uv run tox --listenvs | grep "py${PYTHON_VERSION//./}-" | tr '\n' ','`
36-
uv run tox -e $TOX_ENV
36+
uv run --python ${{ matrix.python-version }} tox -e $TOX_ENV

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.python-versions

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
3.12
2+
3.11
3+
3.10
4+
3.9
5+
3.8

0 commit comments

Comments
 (0)