Skip to content

Commit 0df4688

Browse files
committed
Use the python we chose in gha
1 parent dc457ae commit 0df4688

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ sudo apt install -y pkg-config
1919

2020
sudo apt install gfortran sqlite3 f2c swig libreadline-dev
2121

22-
#todo: setup python3.12
23-
24-
python3.12 -m venv .venv
22+
python3 -m venv .venv
2523
source .venv/bin/activate
2624
pip install pyodide-build
2725

0 commit comments

Comments
 (0)