mirror of https://github.com/Nonannet/copapy.git
ci updated
This commit is contained in:
parent
7fd0bb543e
commit
3ad06cf35e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue