Skip to content

Commit

Permalink
go back to deadsnakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Oct 18, 2024
1 parent c755083 commit 57068ae
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,13 +568,11 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
- uses: astral-sh/setup-uv@f3bcaebff5eace81a1c062af9f9011aae482ca9d
- run: |
uv python install 3.13t
uv venv --python 3.13t
uv pip install pip
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
# TODO: replace with setup-python when there is support
- uses: deadsnakes/[email protected]
with:
python-version: '3.13-dev'
nogil: true
- run: python3 -m sysconfig
- run: python3 -m pip install --upgrade pip && pip install nox
- run: nox -s ffi-check
Expand Down

0 comments on commit 57068ae

Please sign in to comment.