Skip to content

Commit 6ca9223

Browse files
committed
Secure testing is done with pymodbus in PR. (#2136)
1 parent c1d5aad commit 6ca9223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
python -m venv ${{ env.VIRTUAL_ENV }}
7575
python -m pip install --upgrade pip
76-
pip install ".[all]"
76+
pip install -e ".[all]"
7777
7878
- name: codespell
7979
if: matrix.run_doc == true

0 commit comments

Comments
 (0)