Skip to content

Commit

Permalink
Fix tics workflow (#4636)
Browse files Browse the repository at this point in the history
* fix: tics upload workflow

* fix: work around requests docker issue
  • Loading branch information
Lukewh authored May 22, 2024
1 parent f3fe1a5 commit de44031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Install Dotrun
run: |
sudo pip3 install dotrun
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: |
Expand Down

0 comments on commit de44031

Please sign in to comment.