Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 21, 2024
1 parent bf4688d commit 63e6b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: brew install ninja
- name: Set Env vars
run: |
echo "MACOSX_DEPLOYMENT_TARGET=10.9" >> &GITHUB_ENV
echo "PYO3_PYTHON=$(which python)" >> $GITHUB_ENV
echo "PYO3_PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
echo "PYO3_LIB_DIR=$CONDA_PREFIX/lib" >> $GITHUB_ENV
Expand Down

0 comments on commit 63e6b00

Please sign in to comment.