Skip to content

Commit

Permalink
Updated github actions to reflect package renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Jun 10, 2024
1 parent b10cfab commit 611de38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pip install .[docs]
- name: Build Docs
run: |
python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)"
python -c "import iotswarm; print(iotswarm.__version__)"
pushd docs
. ./make.sh build
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
pip install .[docs]
- name: Build Docs
run: |
python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)"
python -c "import iotswarm; print(iotswarm.__version__)"
pushd docs
. ./make.sh build

0 comments on commit 611de38

Please sign in to comment.