File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
pre_commit :
22
+ if : false
22
23
name : pre-commit
23
24
runs-on : ubuntu-22.04
24
25
concurrency :
40
41
extra_args : --verbose --all-files
41
42
42
43
docstring_typing_manual_hooks :
44
+ if : false
43
45
name : Docstring validation, typing, and other manual pre-commit hooks
44
46
runs-on : ubuntu-22.04
45
47
defaults :
@@ -103,6 +105,7 @@ jobs:
103
105
if : ${{ steps.build.outcome == 'success' && always() }}
104
106
105
107
asv-benchmarks :
108
+ if : false
106
109
name : ASV Benchmarks
107
110
runs-on : ubuntu-22.04
108
111
defaults :
@@ -134,6 +137,7 @@ jobs:
134
137
asv run --quick --dry-run --strict --durations=30 --python=same
135
138
136
139
build_docker_dev_environment :
140
+ if : false
137
141
name : Build Docker Dev Environment
138
142
runs-on : ubuntu-22.04
139
143
defaults :
@@ -161,6 +165,7 @@ jobs:
161
165
run : docker run --rm pandas-dev-env python -c "import pandas as pd; print(pd.show_versions())"
162
166
163
167
requirements-dev-text-installable :
168
+ if : false
164
169
name : Test install requirements-dev.txt
165
170
runs-on : ubuntu-22.04
166
171
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ defaults:
22
22
23
23
jobs :
24
24
ubuntu :
25
+ if : false
25
26
runs-on : ubuntu-22.04
26
27
timeout-minutes : 180
27
28
strategy :
@@ -169,6 +170,7 @@ jobs:
169
170
if : ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
170
171
171
172
macos-windows :
173
+ if : false
172
174
timeout-minutes : 180
173
175
strategy :
174
176
matrix :
@@ -206,6 +208,7 @@ jobs:
206
208
uses : ./.github/actions/run-tests
207
209
208
210
Linux-32-bit :
211
+ if : false
209
212
runs-on : ubuntu-22.04
210
213
container :
211
214
image : quay.io/pypa/manylinux2014_i686
You can’t perform that action at this time.
0 commit comments