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.
2 parents 3c8399e + 011f2ef commit aa7efaeCopy full SHA for aa7efae
.github/workflows/main.yml
@@ -286,6 +286,8 @@ jobs:
286
make ENABLE_JIT=1 clean && make ENABLE_EXT_F=0 ENABLE_JIT=1 check -j$(nproc)
287
make ENABLE_JIT=1 clean && make ENABLE_EXT_C=0 ENABLE_JIT=1 check -j$(nproc)
288
.ci/riscv-toolchain-install.sh && export PATH=$PWD/toolchain/bin:$PATH
289
+ python3 -m venv venv
290
+ . venv/bin/activate
291
.ci/riscv-tests.sh
292
293
coding-style:
0 commit comments