File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ runs:
3333 - name : Install dependencies
3434 shell : bash
3535 run : |
36- make install-deps
36+ make ci- install-deps
3737
3838 - name : Install
3939 shell : bash
4040 run : |
41- make install-wheel
41+ make ci- install-wheel
4242
4343 - name : Pip list
4444 shell : bash
Original file line number Diff line number Diff line change 3838
3939 - name : Install dependencies
4040 run : |
41- make install-docs
41+ make ci- install-docs
4242
4343 - name : Run quartodoc
4444 run : |
Original file line number Diff line number Diff line change 9797 - name : Install rsconnect (GitHub)
9898 if : ${{ ! matrix.config.pypi_rsconnect }}
9999 run : |
100- make install-rsconnect
100+ make ci- install-rsconnect
101101
102102 - name : Test that deployable example apps work
103103 timeout-minutes : 5 # ~10s locally
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
5858 run : |
5959 make check-format
6060
61- # - name: Verify code can run with mypy (not Windows)
62- # if: steps.install.outcome == 'success' && (success() || failure()) && matrix.os != 'windows-latest'
63- # run: |
64- # make ci-check-mypy-can-run
61+ - name : Verify code can run with mypy (not Windows)
62+ if : steps.install.outcome == 'success' && (success() || failure()) && matrix.os != 'windows-latest'
63+ run : |
64+ make ci-check-mypy-can-run
6565
6666 pypi :
6767 name : " Deploy to PyPI"
You can’t perform that action at this time.
0 commit comments