ci updated

This commit is contained in:
Nicolas 2025-10-07 22:59:28 +02:00
parent 7fd0bb543e
commit 3ad06cf35e
1 changed files with 6 additions and 6 deletions

View File

@ -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