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:
33
33
- name : Install dependencies
34
34
shell : bash
35
35
run : |
36
- make install-deps
36
+ make ci- install-deps
37
37
38
38
- name : Install
39
39
shell : bash
40
40
run : |
41
- make install-wheel
41
+ make ci- install-wheel
42
42
43
43
- name : Pip list
44
44
shell : bash
Original file line number Diff line number Diff line change 38
38
39
39
- name : Install dependencies
40
40
run : |
41
- make install-docs
41
+ make ci- install-docs
42
42
43
43
- name : Run quartodoc
44
44
run : |
Original file line number Diff line number Diff line change 97
97
- name : Install rsconnect (GitHub)
98
98
if : ${{ ! matrix.config.pypi_rsconnect }}
99
99
run : |
100
- make install-rsconnect
100
+ make ci- install-rsconnect
101
101
102
102
- name : Test that deployable example apps work
103
103
timeout-minutes : 5 # ~10s locally
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
58
58
run : |
59
59
make check-format
60
60
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
65
65
66
66
pypi :
67
67
name : " Deploy to PyPI"
You can’t perform that action at this time.
0 commit comments