Skip to content

Commit 30054a1

Browse files
committed
Fix test workflow
1 parent 1af6926 commit 30054a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ jobs:
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ env.DEFAULT_PYTHON }}
30-
- name: Create HA-core Python virtual environment
31-
run: |
32-
scripts/core-testing.sh core_prep
3330
- name: Prepare virtual env for testing
3431
run: |
35-
scripts/setup-test
32+
scripts/setup-test.sh
3633
- name: Test
3734
run: |
3835
scripts/tests-and-coverage.sh testing

0 commit comments

Comments
 (0)