Skip to content

Commit

Permalink
add ophyd to pip freeze call
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed Aug 11, 2023
1 parent df0d827 commit 866e865
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 > lockfiles/${{ inputs.requirements_file }}
pip freeze --exclude-editable --exclude dodal --exclude ophyd > 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 866e865

Please sign in to comment.