File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -132,25 +132,17 @@ jobs:
132132 - name : Run tests
133133 run : |
134134 make test
135+
135136 typecheck :
136137 runs-on : ubuntu-latest
137-
138- # We want to run on external PRs, but not on our own internal PRs as they'll be run
139- # by the push to the branch.
140- if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
141-
142- strategy :
143- matrix :
144- python-version : [3.11]
145-
146138 steps :
147139 - name : Checkout Code
148140 uses : actions/checkout@v3
149141
150142 - name : Setup Python
151143 uses : actions/setup-python@v4
152144 with :
153- python-version : ${{ matrix.python-version }}
145+ python-version : " 3.11 "
154146
155147 - name : Install Packages
156148 shell : bash
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ ignore = [
4949 " vetiver/prototype.py" ,
5050 " vetiver/rsconnect.py" ,
5151 " vetiver/server.py" ,
52+ " vetiver/templates.py" ,
5253 " vetiver/types.py" ,
5354 " vetiver/utils.py" ,
5455 " vetiver/vetiver_model.py" ,
You can’t perform that action at this time.
0 commit comments