diff --git a/.github/workflows/peripheral.yml b/.github/workflows/peripheral.yml index 056db90..d73ed6f 100644 --- a/.github/workflows/peripheral.yml +++ b/.github/workflows/peripheral.yml @@ -14,6 +14,10 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v2 + - name: python3.9 + uses: actions/setup-python@v2 + with: + python-version: "3.9" - name: pip install formatters and checkers run: | pip3 install mypy isort black pyproject-flake8