Skip to content

Commit b06acc1

Browse files
committed
fix(ci): Fix failing step -> create-release
1 parent e45559d commit b06acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- run: |
5858
sudo apt-get -y install jq
59-
poetry run pip install uw-it-build-fingerprinter tox
59+
poetry run pip install tox uw-it-build-fingerprinter
6060
- run: |
6161
poetry run tox -e build-layers \
6262
-- -t ${{ env.version }} --release ${{ env.version }} --cache \

0 commit comments

Comments
 (0)