diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e3b5d9c..c1c1d12 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -33,13 +33,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - run: cd app - name: Run Mypy uses: jashparekh/mypy-action@v2 with: path: "./app" mypy_version: "0.910" - requirement_files: ".app/requirements.txt" + requirements: ".app/requirements.txt" python_version: "3.12" # Tests: