Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray authored and JarbasAl committed Nov 21, 2024
1 parent 0dbba73 commit dccc9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install test dependencies
run: |
pip install -r test/requirements.txt
pip install -U pyee<12.0.0
pip install -U "pyee<12.0.0"
- name: Run unittests
run: |
pytest --cov=ovos_bus_client --cov-report=xml test/unittests
Expand All @@ -62,7 +62,7 @@ jobs:
# (for an example, see OVOS Skill Manager's workflow)
- name: Maintain Pyee backwards compat
run: |
pip install -U pyee>12.0.0
pip install -U "pyee>12.0.0"
pytest --cov=ovos_bus_client --cov-report=xml --cov-append test/unittests
- name: Upload coverage
if: "${{ matrix.python-version == '3.9' }}"
Expand Down

0 comments on commit dccc9e9

Please sign in to comment.