Skip to content

Commit

Permalink
Merge pull request #3 from home-assistant-ecosystem/install-action
Browse files Browse the repository at this point in the history
Update install action
  • Loading branch information
fabaff authored Dec 25, 2024
2 parents a31b91f + 4a3f4ed commit 0443d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
python setup.py install
- name: Black Code Formatter
Expand Down

0 comments on commit 0443d33

Please sign in to comment.