Skip to content

Commit

Permalink
fix: dotrun workflow task
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh authored and huwshimi committed Jun 12, 2024
1 parent e2f0b42 commit 8fd4401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dotrun
uses: canonical/install-dotrun@main
run: sudo pip3 install dotrun requests==2.31.0 # requests version is pinned to avoid breaking changes, can be removed once issue is resolved: https://github.com/docker/docker-py/issues/3256
- name: Install dependencies
run: |
sudo chmod -R 777 .
Expand Down

0 comments on commit 8fd4401

Please sign in to comment.