Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/actions/python-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ runs:
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
rm ./poetry.lock
echo "::Warning tile=poetry.lock::Poetry.lock is deleted in this workflow run. You might have to do this too when reproducing build errors."
echo "::Warning tile=poetry.lock::Poetry.lock is not deleted in this workflow run even though this was requested. See https://github.com/GNS-Science/nshm-github-actions/issues/26."

# run: |
# rm ./poetry.lock
# echo "::Warning tile=poetry.lock::Poetry.lock is deleted in this workflow run. You might have to do this too when reproducing build errors."

#----------------------------------------------
# install Python
Expand Down
Loading