Skip to content

Commit

Permalink
Exclude dodal from lockfile
Browse files Browse the repository at this point in the history
Avoids current skeleton bug, DiamondLightSource/python3-pip-skeleton#127.
  • Loading branch information
abbiemery committed May 15, 2023
1 parent 7b03b80 commit c4ef315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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 > lockfiles/${{ inputs.requirements_file }}
pip freeze --exclude-editable --exclude dodal > 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 All @@ -55,4 +55,3 @@ runs:
fi
fi
shell: bash

0 comments on commit c4ef315

Please sign in to comment.