Skip to content

Commit

Permalink
Merge pull request #25 from ctrliq/devel
Browse files Browse the repository at this point in the history
Download requests to fix bug during build
  • Loading branch information
cigamit authored Jun 5, 2024
2 parents 26cb87d + 090b151 commit 14000ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
with:
python-version: ${{ env.py_version }}

# Downgrade requests to fix https://github.com/docker/docker-py/issues/3256
- name: Install playbook dependencies
run: |
python3 -m pip install docker==6.1.3
python3 -m pip install docker==6.1.3 requests==2.31.0 --force-reinstall
- name: Build and stage Ascender
working-directory: ascender
Expand Down

0 comments on commit 14000ee

Please sign in to comment.