Merge pull request #6949 from jepler/doc-fix-usb-cdc

Revert "pin python version for doc building"
This commit is contained in:
Dan Halbert 2022-09-27 11:14:29 -04:00 committed by GitHub
commit 5384742d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ jobs:
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: "3.10.6" python-version: "3.x"
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update