Skip to content

Commit

Permalink
set allow-prereleases: true
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jan 8, 2025
1 parent a88a0e6 commit 67c1292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
allow-prereleases: true
- run: python3 -m pip install black
- run: black .

Expand All @@ -30,6 +31,7 @@ jobs:
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
allow-prereleases: true
- run: python3 -m pip install -r tests/requirements_test.txt
- run: pytest --cov=custom_components

Expand All @@ -41,6 +43,7 @@ jobs:
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
allow-prereleases: true
- run: python3 -m pip install -r tests/requirements_test.txt
- run: pylint custom_components/pyscript/*.py tests/*.py

Expand All @@ -52,5 +55,6 @@ jobs:
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
allow-prereleases: true
- run: python3 -m pip install -r tests/requirements_test.txt
- run: mypy custom_components/pyscript/*.py tests/*.py

0 comments on commit 67c1292

Please sign in to comment.