Skip to content

Commit

Permalink
ci: update tests for cynthion 0.1.x cli and packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 29, 2024
1 parent 74d44df commit 5adec59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e
python3 -m venv testing-venv
source testing-venv/bin/activate
pip install .
pip install "cynthion[gateware] @ git+https://github.com/greatscottgadgets/cynthion/#subdirectory=cynthion/python/"
pip install "cynthion~=0.1"
deactivate
2 changes: 1 addition & 1 deletion ci-scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e
usbhub --disable-i2c --hub D9D1 power state --port 3 --reset
sleep 1s
source testing-venv/bin/activate
cynthion selftest
cynthion run selftest
deactivate

0 comments on commit 5adec59

Please sign in to comment.