Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/StephanU/MyGekko into main
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanU committed Dec 6, 2023
2 parents 81faf76 + e405a06 commit 6d0618c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/[email protected]"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.7.1"
uses: "actions/setup-python@v4.8.0"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements_dev.txt
pytest-asyncio
pytest-homeassistant-custom-component==0.13.79
pytest-homeassistant-custom-component==0.13.81
PyMyGekko==1.1.0rc3

0 comments on commit 6d0618c

Please sign in to comment.