Skip to content

Commit

Permalink
Add tenacity to code coverage pip arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Aug 2, 2022
1 parent d15df45 commit b3256eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Download grcov
run: curl -L https://github.com/mozilla/grcov/releases/download/v0.8.7/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
- name: Install deps
run: pip install -U setuptools-rust networkx testtools fixtures
run: pip install -U setuptools-rust networkx testtools fixtures tenacity
- name: Build retworkx
run: python setup.py develop
env:
Expand Down

0 comments on commit b3256eb

Please sign in to comment.