Skip to content

Commit

Permalink
install dependency not in pypi yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 26, 2024
1 parent 5dac58c commit 82caae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sphinx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cache: "pip"
- name: Install the project dependencies
run: |
git clone https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver
pip install ./CircuitPython_sensirion_i2c_driver/
python setup.py install
python -m pip install -r docs/requirements.txt
- name: Build documentation
Expand Down

0 comments on commit 82caae0

Please sign in to comment.