Skip to content

Commit

Permalink
with deadsnakes?
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdani committed Oct 21, 2024
1 parent dbf2751 commit fff3f86
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: set up python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v3
uses: deadsnakes/action@v3.2.0
if: endsWith(matrix.python-version, 't')
- if: endsWith(matrix.python-version, 't')
run: |
uv python install ${{ matrix.python-version }}
uv venv --python ${{ matrix.python-version }}
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
uv pip install pip
with:
python-version: 3.13
nogil: true
# - if: endsWith(matrix.python-version, 't')
# run: |
# uv python install ${{ matrix.python-version }}
# uv venv --python ${{ matrix.python-version }}
# . .venv/bin/activate
# echo PATH=$PATH >> $GITHUB_ENV
# uv pip install pip
- run: python --version --version && which python
- name: system info
run: |
Expand Down

0 comments on commit fff3f86

Please sign in to comment.