Skip to content

Commit

Permalink
pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Apr 6, 2023
1 parent 64e6deb commit 856f247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-python-api-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
HIGHS_LIB_DIR=${{runner.workspace}}/build/lib
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HIGHS_LIB_DIR" >> $GITHUB_ENV
echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$HIGHS_LIB_DIR" >> $GITHUB_ENV
echo "PYTHONPATH=$PYTHONPATH:$HIGHS_LIB_DIR" >> $GITHUB_ENV
- name: Install correct python version
uses: actions/setup-python@v3
Expand Down

0 comments on commit 856f247

Please sign in to comment.