We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74d44df + 5adec59 commit 53354eeCopy full SHA for 53354ee
ci-scripts/build.sh
@@ -3,5 +3,5 @@ set -e
3
python3 -m venv testing-venv
4
source testing-venv/bin/activate
5
pip install .
6
-pip install "cynthion[gateware] @ git+https://github.com/greatscottgadgets/cynthion/#subdirectory=cynthion/python/"
+pip install "cynthion~=0.1"
7
deactivate
ci-scripts/test.sh
usbhub --disable-i2c --hub D9D1 power state --port 3 --reset
sleep 1s
-cynthion selftest
+cynthion run selftest
0 commit comments