1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 16:58:28 +00:00

Use Python 3.6 to generate the API documentation

This commit is contained in:
grossmj 2020-10-23 19:14:14 +10:30
parent 4cf054061d
commit 80ca9100b9

View File

@ -12,6 +12,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip