mirror of https://github.com/openXC7/prjxray.git
kokoro: use python3 instead of specific 3.8 version
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
1db2cffd63
commit
523c4b5a16
|
|
@ -87,14 +87,14 @@ sudo apt-get install -y \
|
||||||
lsb \
|
lsb \
|
||||||
nodejs \
|
nodejs \
|
||||||
psmisc \
|
psmisc \
|
||||||
python3.8 \
|
python3 \
|
||||||
python3.8-dev \
|
python3-dev \
|
||||||
python3.8-venv
|
python3-venv
|
||||||
|
|
||||||
echo "========================================"
|
echo "========================================"
|
||||||
echo "Enter virtual env for python 3.8"
|
echo "Enter virtual env for python 3.8"
|
||||||
echo "----------------------------------------"
|
echo "----------------------------------------"
|
||||||
python3.8 -mvenv startup_python
|
python3 -mvenv startup_python
|
||||||
source startup_python/bin/activate
|
source startup_python/bin/activate
|
||||||
which python
|
which python
|
||||||
python --version
|
python --version
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
-e third_party/fasm
|
|
||||||
-e third_party/python-sdf-timing
|
|
||||||
-e .
|
|
||||||
intervaltree
|
intervaltree
|
||||||
junit-xml
|
junit-xml
|
||||||
numpy
|
numpy
|
||||||
|
|
@ -10,9 +7,15 @@ parse
|
||||||
progressbar2
|
progressbar2
|
||||||
pyjson5
|
pyjson5
|
||||||
pytest
|
pytest
|
||||||
|
pytest-runner
|
||||||
pyyaml
|
pyyaml
|
||||||
scipy>=1.2.1
|
scipy>=1.2.1
|
||||||
simplejson
|
simplejson
|
||||||
sympy
|
sympy
|
||||||
textx
|
textx
|
||||||
yapf==0.24.0
|
yapf==0.24.0
|
||||||
|
|
||||||
|
# Third party
|
||||||
|
-e third_party/fasm
|
||||||
|
-e third_party/python-sdf-timing
|
||||||
|
-e .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue