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 c9dfd36 commit 011f2efCopy full SHA for 011f2ef
.github/workflows/main.yml
@@ -275,6 +275,8 @@ jobs:
275
make ENABLE_JIT=1 clean && make ENABLE_EXT_F=0 ENABLE_JIT=1 check -j$(nproc)
276
make ENABLE_JIT=1 clean && make ENABLE_EXT_C=0 ENABLE_JIT=1 check -j$(nproc)
277
.ci/riscv-toolchain-install.sh && export PATH=$PWD/toolchain/bin:$PATH
278
+ python3 -m venv venv
279
+ . venv/bin/activate
280
.ci/riscv-tests.sh
281
282
coding-style:
0 commit comments