Skip to content

Commit 5053816

Browse files
committed
ci: don't install dev dependencies
It conflicts with Cynthion's git dependency for now.
1 parent d933d42 commit 5053816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
set -e
33
python3 -m venv testing-venv
44
source testing-venv/bin/activate
5-
pip install .[dev]
5+
pip install .
66
pip install "cynthion[gateware] @ git+https://github.com/greatscottgadgets/cynthion/#subdirectory=cynthion/python/"
77
deactivate

0 commit comments

Comments
 (0)