Skip to content

Commit

Permalink
ci: bump python-golioth-tools version
Browse files Browse the repository at this point in the history
Brings in a change to increase http timeouts in the RPC client to
alleviate CI failures.

Signed-off-by: Sam Friedman <sam@golioth.io>
  • Loading branch information
sam-golioth committed Apr 22, 2024
1 parent 76aba2a commit b2f5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil_test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pip install --upgrade pip
pip install pytest pytest-timeout
pip install tests/hil/scripts/pytest-hil
pip install git+https://github.com/golioth/python-golioth-tools@v0.6.3
pip install git+https://github.com/golioth/python-golioth-tools@a8b76c12e681e6ec5262def33edc559737677f54
- name: Install Linux dependencies
run: |
sudo apt-get install lcov
Expand Down

0 comments on commit b2f5132

Please sign in to comment.