Skip to content

Commit

Permalink
Secure testing is done with pymodbus in PR. (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Mar 29, 2024
1 parent 95877df commit 2e31260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
python -m venv ${{ env.VIRTUAL_ENV }}
python -m pip install --upgrade pip
pip install ".[all]"
pip install -e ".[all]"
- name: codespell
if: matrix.run_doc == true
Expand Down

0 comments on commit 2e31260

Please sign in to comment.