We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0fc7c commit 41d62a2Copy full SHA for 41d62a2
.github/workflows/push.yml
@@ -173,7 +173,7 @@ jobs:
173
run: |
174
set -x
175
rm -rf server/athenian/api/sentry_native/*
176
- python3 -m pip install --user --upgrade setuptools pip
+ python3 -m pip install --user --upgrade setuptools pip packaging
177
sudo apt-get remove -y python3-setuptools
178
sed -i "s/git+ssh:\/\/git@/git+https:\/\/gkwillie:${{ secrets.GKWILLIE_TOKEN }}@/g" server/requirements.txt
179
python3 -m pip install --user -r server/requirements.txt --no-warn-script-location
0 commit comments