Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #563 from Thomas55555/pin-aioautomower-version
Browse files Browse the repository at this point in the history
pin version
  • Loading branch information
Thomas55555 authored Jan 4, 2024
2 parents 5002981 + 20df082 commit 6b938fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
pipenv install --deploy --dev
- name: Run test suite
run: |
pipenv run test --asyncio-mode=auto custom_components/husqvarna_automower --cov=custom_components.husqvarna_automower --cov-report xml -v
pip install -r requirements.txt
pytest --asyncio-mode=auto custom_components/husqvarna_automower --cov=custom_components.husqvarna_automower --cov-report xml -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest_homeassistant_custom_component
aioautomower
aioautomower==2023.9.0
geopy
numpy
Pillow
Expand Down

0 comments on commit 6b938fc

Please sign in to comment.