diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 430717d..4b2c525 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,8 +108,5 @@ jobs: } Write-Host "MUSE2_PATH is set to: $env:MUSE2_PATH" - - name: Run mypy - run: mypy . - - name: Run tests run: pytest