Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 21, 2024
1 parent 2ce4303 commit cae1efb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: brew install ninja
- name: Set Env vars
run: |
echo "PYO3_CROSS_PYTHON=$(which python)" >> $GITHUB_ENV
echo "PYO3_CROSS_PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
echo "_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__darwin_darwin.py" >> $GITHUB_ENV
echo "PYO3_CROSS_LIB_DIR=$CONDA_PREFIX/lib" >> $GITHUB_ENV
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
echo "DYLD_FALLBACK_LIBRARY_PATH=$CONDA_PREFIX/lib" >> $GITHUB_ENV
- name: Tests
run: cargo test --no-default-features --release
Expand Down

0 comments on commit cae1efb

Please sign in to comment.