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 9e424dc commit e0a8939Copy full SHA for e0a8939
.github/workflows/testing.yml
@@ -17,12 +17,6 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
- - name: Set up Python for build
21
- uses: actions/setup-python@v5
22
- with:
23
- python-version: '3.12'
24
- cache: pip
25
-
26
- name: Set up Node.js for frontend build
27
uses: actions/setup-node@v4
28
@@ -32,6 +26,12 @@ jobs:
32
- name: Install NPM dependencies
33
run: npm ci
34
29
+ - name: Set up Python for build
30
+ uses: actions/setup-python@v5
31
+ with:
+ python-version: '3.12'
+ cache: pip
+
35
- name: Install build dependencies
36
run: |
37
python -m pip install --upgrade pip
0 commit comments