Skip to content

Commit

Permalink
Try python libs without pinned version/forked version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Jun 28, 2024
1 parent 72c3d90 commit 126b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
timeout_minutes: 3
max_attempts: 3
command: pip install mtools==1.7.2 pymongo psutil coverage==4.5.4 pytest-xdist pytest-forked
command: pip install mtools==1.7.2 pymongo psutil coverage pytest-xdist pytest

- name: Start a replicaset with mtools (3 nodes, starting from port 27017, auth enabled, rs name = replset)
run: mlaunch --replicaset --auth
Expand Down

0 comments on commit 126b250

Please sign in to comment.