Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 18, 2020
1 parent f5a8472 commit e7504b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
export CMAKE_LIBRARY_PATH=`pwd`/hdf5-libs
PYTHON_EXE=$(which python)
PYTHON_INC=$(echo $(dirname $(which python))/../include/*/)
PYTHON_LIB=$(which python))/../lib/libpython${{ matrix.python-version }}*.so
PYTHON_LIB=$(which python)/../lib/libpython${{ matrix.python-version }}*.so
echo ${pythonLocation}
echo $PYTHON_EXE $PYTHON_INC $PYTHON_LIB
find ${pythonLocation}
Expand Down

0 comments on commit e7504b9

Please sign in to comment.