From 83544cdf6a397c0d442f25b38c8f6b67966c8eb0 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Tue, 16 Mar 2021 16:34:27 +0100 Subject: github-actions: pin python-fpga-interchange to tag Signed-off-by: Alessandro Comodi --- .github/ci/build_interchange.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index 8ced78df..c9ecf502 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -26,9 +26,10 @@ popd RAPIDWRIGHT_PATH="`pwd`/RapidWright" INTERCHANGE_SCHEMA_PATH="`pwd`/3rdparty/fpga-interchange-schema/interchange" PYTHON_INTERCHANGE_PATH="`pwd`/python-fpga-interchange" +PYTHON_INTERCHANGE_TAG="v0.0.1" # 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 git submodule update --init --recursive python3 -m pip install -r requirements.txt -- cgit v1.2.3