Skip to content

Commit

Permalink
Fix broken CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Szczygieł <mateusz.szczygiel@nordsec.com>
  • Loading branch information
matszczygiel committed May 21, 2024
1 parent efbb767 commit 00b4b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
default: true
- name: docker sdk
run: |
pip3 install docker
pip3 install -r test/requirements.txt
- name: Print docker version
run: docker version
- name: Build Docker image
Expand Down
2 changes: 2 additions & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
osxmetadata ~= 1.2; sys_platform == 'darwin'
requests < 2.32.0
docker == 7.0.0

0 comments on commit 00b4b2a

Please sign in to comment.