Skip to content

Commit dbdfc38

Browse files
committed
Uncomment other workflows
1 parent 0bcd79d commit dbdfc38

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/code-checks.yml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ permissions:
1919

2020
jobs:
2121
pre_commit:
22+
if: false
2223
name: pre-commit
2324
runs-on: ubuntu-22.04
2425
concurrency:
@@ -40,6 +41,7 @@ jobs:
4041
extra_args: --verbose --all-files
4142

4243
docstring_typing_manual_hooks:
44+
if: false
4345
name: Docstring validation, typing, and other manual pre-commit hooks
4446
runs-on: ubuntu-22.04
4547
defaults:
@@ -103,6 +105,7 @@ jobs:
103105
if: ${{ steps.build.outcome == 'success' && always() }}
104106

105107
asv-benchmarks:
108+
if: false
106109
name: ASV Benchmarks
107110
runs-on: ubuntu-22.04
108111
defaults:
@@ -134,6 +137,7 @@ jobs:
134137
asv run --quick --dry-run --strict --durations=30 --python=same
135138
136139
build_docker_dev_environment:
140+
if: false
137141
name: Build Docker Dev Environment
138142
runs-on: ubuntu-22.04
139143
defaults:
@@ -161,6 +165,7 @@ jobs:
161165
run: docker run --rm pandas-dev-env python -c "import pandas as pd; print(pd.show_versions())"
162166

163167
requirements-dev-text-installable:
168+
if: false
164169
name: Test install requirements-dev.txt
165170
runs-on: ubuntu-22.04
166171

.github/workflows/unit-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defaults:
2222

2323
jobs:
2424
ubuntu:
25+
if: false
2526
runs-on: ubuntu-22.04
2627
timeout-minutes: 180
2728
strategy:
@@ -169,6 +170,7 @@ jobs:
169170
if: ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
170171

171172
macos-windows:
173+
if: false
172174
timeout-minutes: 180
173175
strategy:
174176
matrix:
@@ -206,6 +208,7 @@ jobs:
206208
uses: ./.github/actions/run-tests
207209

208210
Linux-32-bit:
211+
if: false
209212
runs-on: ubuntu-22.04
210213
container:
211214
image: quay.io/pypa/manylinux2014_i686

0 commit comments

Comments
 (0)