Skip to content

Commit

Permalink
Add semver to testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Dec 5, 2024
1 parent aa80780 commit 2f223d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install pytest-cov requests
run: pip install pytest-cov requests semver
- name: Wait for rocket.chat server to be online
run: until curl --silent http://localhost:3000/api/info/; do sleep 15; echo "waiting for Rocket.Chat server to start"; done;
timeout-minutes: 5
Expand Down

0 comments on commit 2f223d4

Please sign in to comment.