From 3ad06cf35e38291e8a62542ee8c3d8db5bf33964 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 7 Oct 2025 22:59:28 +0200 Subject: [PATCH] ci updated --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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