Skip to content

Commit

Permalink
ci: don't install dev dependencies
Browse files Browse the repository at this point in the history
It conflicts with Cynthion's git dependency for now.
  • Loading branch information
miek committed Jun 21, 2024
1 parent d933d42 commit 5053816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5053816

Please sign in to comment.