diff --git a/ci-scripts/build.sh b/ci-scripts/build.sh index e779df4c..85990514 100755 --- a/ci-scripts/build.sh +++ b/ci-scripts/build.sh @@ -2,6 +2,6 @@ set -e python3 -m venv testing-venv source testing-venv/bin/activate -pip install .[dev] +pip install . pip install "cynthion[gateware] @ git+https://github.com/greatscottgadgets/cynthion/#subdirectory=cynthion/python/" deactivate