Skip to content

Commit

Permalink
Merge pull request #333 from NordSecurity/msz/FILE-603-tests-broken-o…
Browse files Browse the repository at this point in the history
…n-the-ci

Fix broken CI tests
  • Loading branch information
matszczygiel authored May 22, 2024
2 parents 839b516 + 19f3765 commit 3bcec64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analytics-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: 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 3bcec64

Please sign in to comment.