Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7530dd9

Browse files
committed
Merge branch 'review-nov22' of github.com:DiamondLightSource/python3-pip-skeleton into review-nov22
2 parents a3b89ae + c2db66d commit 7530dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ shift
1212
touch requirements-${suffix}.txt
1313
pip install -r requirements-${suffix}.txt "${@}"
1414
mkdir -p lockfiles
15-
pip freeze > lockfiles/requirements-${suffix}.txt
15+
pip freeze --exclude-editable > lockfiles/requirements-${suffix}.txt

0 commit comments

Comments
 (0)