We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af6926 commit 30054a1Copy full SHA for 30054a1
.github/workflows/test.yml
@@ -27,12 +27,9 @@ jobs:
27
uses: actions/setup-python@v5
28
with:
29
python-version: ${{ env.DEFAULT_PYTHON }}
30
- - name: Create HA-core Python virtual environment
31
- run: |
32
- scripts/core-testing.sh core_prep
33
- name: Prepare virtual env for testing
34
run: |
35
- scripts/setup-test
+ scripts/setup-test.sh
36
- name: Test
37
38
scripts/tests-and-coverage.sh testing
0 commit comments