Skip to content

Commit

Permalink
Install the packages so 'coverage xml' works correctly.
Browse files Browse the repository at this point in the history
This is ugly, duplicating the dependencies here. Once everything is working this is probably better done by having tox do coverage xml and grabbing it from there.
  • Loading branch information
tonyandrewmeyer committed Aug 13, 2024
1 parent f4329f0 commit 8ecbf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tiobe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
- name: Install dependencies
run: pip install tox~=4.2 coverage[toml] flake8 pylint
run: pip install tox~=4.2 coverage[toml] flake8 pylint websocket-client==1.* pyyaml==6.* pytest~=7.2 pytest-operator~=0.23
- name: Generate coverage report
run: |
tox -e unit
Expand Down

0 comments on commit 8ecbf7d

Please sign in to comment.