Skip to content

Commit

Permalink
Cache pip dependencies for ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Dec 16, 2023
1 parent cc55e64 commit fa22f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'pip'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-asyncio>=0.21.0
pytest-homeassistant-custom-component>=0.13.82
ruff==0.1.8
tomli==2.0.1
tox==4.11.4

0 comments on commit fa22f2b

Please sign in to comment.