Skip to content

Commit 011f2ef

Browse files
committed
CI: Activate virtual enviornment before arch-test
1 parent c9dfd36 commit 011f2ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ jobs:
275275
make ENABLE_JIT=1 clean && make ENABLE_EXT_F=0 ENABLE_JIT=1 check -j$(nproc)
276276
make ENABLE_JIT=1 clean && make ENABLE_EXT_C=0 ENABLE_JIT=1 check -j$(nproc)
277277
.ci/riscv-toolchain-install.sh && export PATH=$PWD/toolchain/bin:$PATH
278+
python3 -m venv venv
279+
. venv/bin/activate
278280
.ci/riscv-tests.sh
279281
280282
coding-style:

0 commit comments

Comments
 (0)