Skip to content

Commit

Permalink
testing package install
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed May 30, 2024
1 parent acd932e commit 69293da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
cache: 'pip'
- run: |
pip install --upgrade pip
pip install .[docs]
- name: Install Dependencies
- run: |
pip install --upgrade pip
pip install .[docs]
- name: Build Docs
run: |
python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)"
pushd docs
. ./make.sh apidoc
. ./make.sh build
Expand Down

0 comments on commit 69293da

Please sign in to comment.