Skip to content

Commit

Permalink
remove errant quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 29, 2024
1 parent adcf1bd commit 70c0b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE
python setup.py install --user --clean --hdf5 /root/opt/hdf5/hdf5-1_14_3" ${{ env.ADD_FLAG}}
python setup.py install --user --clean --hdf5 /root/opt/hdf5/hdf5-1_14_3 ${{ env.ADD_FLAG}}
export PATH="$PATH:/github/home/.local/bin"
cd ../
nuc_data_make
Expand Down

0 comments on commit 70c0b17

Please sign in to comment.