No need for dev dependencies

This commit is contained in:
grossmj 2023-09-03 16:59:48 +07:00
parent 476658b829
commit 05ef9f2a7c

View File

@ -27,7 +27,7 @@ jobs:
- name: Install GNS3 server and dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[dev]
python -m pip install .
- name: Generate the API documentation
run: |
cd scripts