Skip to content

Commit

Permalink
set PYO3_PYTHON in CI runs that include a free-threaded interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jan 29, 2025
1 parent 63d183b commit 2b32ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
CARGO_TARGET_DIR: ${{ format('{0}/src/_bcrypt/target/', github.workspace) }}
PYO3_PYTHON: ${{ steps.setup-python.outputs.python-path }}

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -82,6 +83,8 @@ jobs:
env:
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
CARGO_TARGET_DIR: ${{ format('{0}/src/_bcrypt/target/', github.workspace) }}
PYO3_PYTHON: ${{ steps.setup-python.outputs.python-path }}

linux:
runs-on: ubuntu-22.04
strategy:
Expand Down Expand Up @@ -131,6 +134,7 @@ jobs:
env:
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
CARGO_TARGET_DIR: ${{ format('{0}/src/_bcrypt/target/', github.workspace) }}
PYO3_PYTHON: ${{ steps.setup-python.outputs.python-path }}

linux-distros:
runs-on: ${{ matrix.IMAGE.RUNNER }}
Expand Down

0 comments on commit 2b32ae0

Please sign in to comment.