File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -52,28 +52,28 @@ jobs:
52525353 with :
5454 token : ${{ secrets.CODECOV_TOKEN }}
55- typechecking :
56- name : mypy
57- runs-on : ubuntu-latest
58- steps :
59- - uses : actions/checkout@v4
60- with :
61- fetch-depth : 0
62- - uses : mamba-org/setup-micromamba@v2
63- with :
64- environment-name : ship
65- environment-file : environment.yml
66- create-args : >-
67- python=3.12
55+ # typechecking:
56+ # name: mypy
57+ # runs-on: ubuntu-latest
58+ # steps:
59+ # - uses: actions/checkout@v4
60+ # with:
61+ # fetch-depth: 0
62+ # - uses: mamba-org/setup-micromamba@v2
63+ # with:
64+ # environment-name: ship
65+ # environment-file: environment.yml
66+ # create-args: >-
67+ # python=3.12
6868
69- - run : pip install . --no-deps
70- - run : conda install lxml # dep for report generation
71- - name : Typechecking
72- run : |
73- mypy --install-types --non-interactive src/virtualship --html-report mypy-report
74- - name : Upload test results
75- if : ${{ always() }} # Upload even on mypy error
76- uses : actions/upload-artifact@v4
77- with :
78- name : Mypy report
79- path : mypy-report
69+ # - run: pip install . --no-deps
70+ # - run: conda install lxml # dep for report generation
71+ # - name: Typechecking
72+ # run: |
73+ # mypy --install-types --non-interactive src/virtualship --html-report mypy-report
74+ # - name: Upload test results
75+ # if: ${{ always() }} # Upload even on mypy error
76+ # uses: actions/upload-artifact@v4
77+ # with:
78+ # name: Mypy report
79+ # path: mypy-report
You can’t perform that action at this time.
0 commit comments