Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed Aug 17, 2023
1 parent 4fbb483 commit 6ca9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Create lockfile
run: |
mkdir -p lockfiles
pip freeze --exclude-editable --exclude dodal --exclude ophyd --exclude ophyd-epics-devices lockfiles/${{ inputs.requirements_file }}
pip freeze --exclude-editable --exclude dodal --exclude ophyd --exclude ophyd-epics-devices > lockfiles/${{ inputs.requirements_file }}
# delete the self referencing line and make sure it isn't blank
sed -i '/file:/d' lockfiles/${{ inputs.requirements_file }}
shell: bash
Expand Down

0 comments on commit 6ca9136

Please sign in to comment.