We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5623f0 commit 63b0709Copy full SHA for 63b0709
1 file changed
.github/workflows/dev_index_dump.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
cd .github/workflows
61
python -m pip install --upgrade pip
62
- pip install requests==2.23.0
+ pip install requests
63
if [[ ${{ github.event.inputs.schema-version }} == "v1" ]]; then
64
python index_dump.py -u ${{ secrets.INDEX_DUMP_DEV_API_URL }} -f ${{ github.event.inputs.release-dump }} -e ${{ github.event.inputs.data-env }} -he ${{ secrets.INDEX_DEV_API_HEADERS }}
65
else
0 commit comments