Skip to content

Commit

Permalink
Merge branch 'main' into feature/remove-snapshoty
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 7, 2024
2 parents 3c1d4ba + 18ecf52 commit 1aacff2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ pip3 install docker==6.1.3

pip install docker-compose>=1.25.4

# https://github.com/docker/docker-py/issues/3256
pip3 uninstall requests
pip3 install requests==2.31.0


# Tests are run within the node-puppeteer container and can fails.
# To avoid flakiness, we retry up to 3 times to run them.
for i in {1..3};
Expand Down

0 comments on commit 1aacff2

Please sign in to comment.