Skip to content

Commit 41d62a2

Browse files
committed
Make sure also packaging is upgraded in custom check
Signed-off-by: Lou Marvin Caraig <[email protected]>
1 parent 8c0fc7c commit 41d62a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
run: |
174174
set -x
175175
rm -rf server/athenian/api/sentry_native/*
176-
python3 -m pip install --user --upgrade setuptools pip
176+
python3 -m pip install --user --upgrade setuptools pip packaging
177177
sudo apt-get remove -y python3-setuptools
178178
sed -i "s/git+ssh:\/\/git@/git+https:\/\/gkwillie:${{ secrets.GKWILLIE_TOKEN }}@/g" server/requirements.txt
179179
python3 -m pip install --user -r server/requirements.txt --no-warn-script-location

0 commit comments

Comments
 (0)