We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d933d42 commit 5053816Copy full SHA for 5053816
ci-scripts/build.sh
@@ -2,6 +2,6 @@
2
set -e
3
python3 -m venv testing-venv
4
source testing-venv/bin/activate
5
-pip install .[dev]
+pip install .
6
pip install "cynthion[gateware] @ git+https://github.com/greatscottgadgets/cynthion/#subdirectory=cynthion/python/"
7
deactivate
0 commit comments