Compare commits
No commits in common. "main" and "master" have entirely different histories.
1 changed files with 0 additions and 3 deletions
|
|
@ -35,9 +35,6 @@ pip install -r requirements.txt
|
||||||
if test -f "optional_requirements.txt"; then
|
if test -f "optional_requirements.txt"; then
|
||||||
pip install -r optional_requirements.txt
|
pip install -r optional_requirements.txt
|
||||||
fi
|
fi
|
||||||
if test -f "docs/requirements.txt"; then
|
|
||||||
pip install -r docs/requirements.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install build tool
|
# Install build tool
|
||||||
pip install circuitpython-build-tools
|
pip install circuitpython-build-tools
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue