mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
No need for dev dependencies
This commit is contained in:
parent
476658b829
commit
05ef9f2a7c
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Install GNS3 server and dependencies
|
- name: Install GNS3 server and dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install .[dev]
|
python -m pip install .
|
||||||
- name: Generate the API documentation
|
- name: Generate the API documentation
|
||||||
run: |
|
run: |
|
||||||
cd scripts
|
cd scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user