Skip to content

Commit 1174056

Browse files
authored
Update build-and-run.yml
1 parent aecbf8e commit 1174056

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/build-and-run.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,11 @@ jobs:
3333
https://github.com/beehive-lab/TornadoVM.git \
3434
GPULlama3.java/external/tornadovm
3535
36-
- name: Verify Java
36+
- name: Set up Python venv for TornadoVM
3737
run: |
38-
java -version
39-
echo JAVA_HOME=$JAVA_HOME
40-
41-
- name: Set up Python 3
42-
uses: actions/setup-python@v4
43-
with:
44-
python-version: "3.11"
45-
46-
- name: Create Python venv
47-
run: |
48-
cd GPULlama3.java/external/tornadovm
49-
python3 -m venv venv
38+
python3 -m venv GPULlama3.java/external/tornadovm/venv
39+
source GPULlama3.java/external/tornadovm/venv/bin/activate
40+
python --version
5041
5142
- name: Build TornadoVM
5243
run: |

0 commit comments

Comments
 (0)