github-actions: pin python-fpga-interchange to tag
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
c68dfb09c4
commit
83544cdf6a
3
.github/ci/build_interchange.sh
vendored
3
.github/ci/build_interchange.sh
vendored
@ -26,9 +26,10 @@ popd
|
|||||||
RAPIDWRIGHT_PATH="`pwd`/RapidWright"
|
RAPIDWRIGHT_PATH="`pwd`/RapidWright"
|
||||||
INTERCHANGE_SCHEMA_PATH="`pwd`/3rdparty/fpga-interchange-schema/interchange"
|
INTERCHANGE_SCHEMA_PATH="`pwd`/3rdparty/fpga-interchange-schema/interchange"
|
||||||
PYTHON_INTERCHANGE_PATH="`pwd`/python-fpga-interchange"
|
PYTHON_INTERCHANGE_PATH="`pwd`/python-fpga-interchange"
|
||||||
|
PYTHON_INTERCHANGE_TAG="v0.0.1"
|
||||||
|
|
||||||
# Install python-fpga-interchange libraries
|
# Install python-fpga-interchange libraries
|
||||||
git clone https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH
|
git clone -b $PYTHON_INTERCHANGE_TAG https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH
|
||||||
pushd $PYTHON_INTERCHANGE_PATH
|
pushd $PYTHON_INTERCHANGE_PATH
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user