Skip to content

Commit e0a8939

Browse files
committed
consolidate github tests
1 parent 9e424dc commit e0a8939

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Set up Python for build
21-
uses: actions/setup-python@v5
22-
with:
23-
python-version: '3.12'
24-
cache: pip
25-
2620
- name: Set up Node.js for frontend build
2721
uses: actions/setup-node@v4
2822
with:
@@ -32,6 +26,12 @@ jobs:
3226
- name: Install NPM dependencies
3327
run: npm ci
3428

29+
- name: Set up Python for build
30+
uses: actions/setup-python@v5
31+
with:
32+
python-version: '3.12'
33+
cache: pip
34+
3535
- name: Install build dependencies
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)