Skip to content

Commit

Permalink
Merge pull request #21 from golles/python_test_version
Browse files Browse the repository at this point in the history
Update python version for tests
  • Loading branch information
golles authored May 18, 2022
2 parents 4fd2157 + f8d955b commit cf84244
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.8"
python-version: "3.9"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion custom_components/knmi/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "KNMI",
"title": "KNMI weather",
"description": "To get your free API key, visit: https://weerlive.nl/delen.php",
"data": {
"api_key": "API key",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/knmi/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "KNMI",
"title": "KNMI weer",
"description": "Aanmelden voor een gratis API key: https://weerlive.nl/delen.php",
"data": {
"api_key": "API key",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest-homeassistant-custom-component==0.4.0
pytest-homeassistant-custom-component==0.9.2

0 comments on commit cf84244

Please sign in to comment.