Skip to content

Commit

Permalink
Synthax error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasarsouze committed Apr 14, 2022
1 parent d8f4239 commit 629cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
working-directory: ./${{ inputs.conda }}
run: |
echo "::group::Conda packages building"
if ${{ inputs.numpy }} = ''; then
if [[ ${{ inputs.numpy }} = '' ]]; then
echo "Associate numpy version to python version provided"
export PYTHON_VERSION="3.${{ inputs.python }}"
if [[ ${PYTHON_VERSION} = "3.7" ]]; then
Expand Down

0 comments on commit 629cfb3

Please sign in to comment.