diff --git a/.github/workflows/peripheral.yml b/.github/workflows/peripheral.yml index 92f4560..961b0d5 100644 --- a/.github/workflows/peripheral.yml +++ b/.github/workflows/peripheral.yml @@ -18,16 +18,15 @@ jobs: uses: actions/setup-python@v2 with: python-version: "3.9" - - name: pip install formatters and checkers + - name: install formatters and checkers run: | python3.9 -m pip install mypy isort black pyproject-flake8 - - name: pip install torch and numpy for module build + - name: install torch and numpy for module build run: | python3.9 -m pip install numpy>=1.24 torch>=2.0 - + python3.9 -m pip install -r requirements.txt - name: check by mypy run: | - python3.9 -m pip install -r requirements.txt mypy --version mypy .