Skip to content

Commit b11da00

Browse files
committed
[#89242] move install python deps
1 parent 53df5f8 commit b11da00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
- uses: actions/download-artifact@v4
2626
with:
2727
name: build-results
28-
path: .
28+
path: artifacts
29+
30+
- name: Prepare Python dependencies
31+
run: pip3 install -r requirements.txt
32+
2933
- name: Run tests on Renode
3034
uses: antmicro/renode-test-action@v5
3135
with:
@@ -56,9 +60,6 @@ jobs:
5660
- name: Run custom build.sh
5761
run: ./build.sh
5862

59-
- name: Prepare Python dependencies
60-
run: pip3 install -r requirements.txt
61-
6263
- name: Archive build results
6364
uses: actions/upload-artifact@v4
6465
with:

0 commit comments

Comments
 (0)