File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ installation-test:
2020 script :
2121 - PATH="/root/.local/bin:$PATH"
2222 - apt -y update
23- - apt -y install python3 python3-venv python3-dev build-essential git
23+ - apt -y install python3 python3-venv python3-dev build-essential gcc-x86-64-linux-gnu git
2424 - python3 -m venv ./venv
2525 - source ./venv/bin/activate
2626 - pip install .
@@ -63,7 +63,7 @@ api-test:
6363 script :
6464 - PATH="/root/.local/bin:$PATH"
6565 - apt -y update
66- - apt -y install python3 python3-venv python3-dev build-essential git curl jq
66+ - apt -y install python3 python3-venv python3-dev build-essential gcc-x86-64-linux-gnu git curl jq
6767 - python3 -m venv ./venv
6868 - source ./venv/bin/activate
6969 - pip install .
You can’t perform that action at this time.
0 commit comments