Commit f6c6036 1 parent c5e6871 commit f6c6036 Copy full SHA for f6c6036
File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -132,25 +132,17 @@ jobs:
132
132
- name : Run tests
133
133
run : |
134
134
make test
135
+
135
136
typecheck :
136
137
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
-
146
138
steps :
147
139
- name : Checkout Code
148
140
uses : actions/checkout@v3
149
141
150
142
- name : Setup Python
151
143
uses : actions/setup-python@v4
152
144
with :
153
- python-version : ${{ matrix.python-version }}
145
+ python-version : " 3.11 "
154
146
155
147
- name : Install Packages
156
148
shell : bash
You can’t perform that action at this time.
0 commit comments