Skip to content

Commit

Permalink
Merge pull request #310 from DigitalSlideArchive/unpin-ci
Browse files Browse the repository at this point in the history
Unpin a package in CI
  • Loading branch information
manthey committed Jan 1, 2024
2 parents 5432d6b + 6bec27a commit 995169f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commands:
command: pip3 install -U pip
- run:
name: Install dependencies
command: pip3 install requests docker 'urllib3<2'
command: pip3 install requests docker
- attach_workspace:
at: /tmp/workspace
- run:
Expand All @@ -31,7 +31,7 @@ commands:
command: pip3 install -U pip
- run:
name: Install dependencies
command: pip3 install requests docker 'urllib3<2'
command: pip3 install requests docker
- attach_workspace:
at: /tmp/workspace
- run:
Expand Down

0 comments on commit 995169f

Please sign in to comment.