diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc1e88d..ff96cf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,6 @@ jobs: - name: Build ops obj files and runner run: bash src/copapy/obj/nativecompile.sh - - name: Run tests with pytest - run: pytest - - - name: Type checking with mypy - run: mypy - #- name: Lint code with flake8 # run: flake8 @@ -52,6 +46,12 @@ jobs: name: runner-linux path: bin/* + - name: Run tests with pytest + run: pytest + + - name: Type checking with mypy + run: mypy + build-windows: needs: [build-ubuntu] runs-on: windows-latest