Skip to content

Commit eff487f

Browse files
committed
Squash
1 parent b76e708 commit eff487f

14 files changed

+107
-97
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
issue_assign:
88
runs-on: ubuntu-latest
99
steps:
10+
- run: false
1011
- if: github.event.comment.body == 'take'
1112
run: |
1213
echo "Assigning issue ${{ github.event.issue.number }} to ${{ github.event.comment.user.login }}"

.github/workflows/asv-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
cancel-in-progress: false
2828

2929
steps:
30+
- run: false
3031
- name: Checkout
3132
uses: actions/checkout@v2
3233
with:

.github/workflows/autoupdate-pre-commit-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: Autoupdate pre-commit config
1212
runs-on: ubuntu-latest
1313
steps:
14+
- run: false
1415
- name: Set up Python
1516
uses: actions/setup-python@v2
1617
- name: Cache multiple paths

.github/workflows/code-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-pre-commit
2323
cancel-in-progress: true
2424
steps:
25+
- run: false
2526
- name: Checkout
2627
uses: actions/checkout@v2
2728

@@ -46,6 +47,7 @@ jobs:
4647
cancel-in-progress: true
4748

4849
steps:
50+
- run: false
4951
- name: Checkout
5052
uses: actions/checkout@v2
5153
with:
@@ -101,6 +103,7 @@ jobs:
101103
cancel-in-progress: true
102104

103105
steps:
106+
- run: false
104107
- name: Checkout
105108
uses: actions/checkout@v2
106109
with:
@@ -144,6 +147,7 @@ jobs:
144147
cancel-in-progress: true
145148

146149
steps:
150+
- run: false
147151
- name: Clean up dangling images
148152
run: docker image prune -f
149153

.github/workflows/comment_bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
if: startsWith(github.event.comment.body, '@github-actions pre-commit')
1313
runs-on: ubuntu-latest
1414
steps:
15+
- run: false
1516
- uses: actions/checkout@v2
1617
- uses: r-lib/actions/pr-fetch@v2
1718
with:

.github/workflows/docbuild-and-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
cancel-in-progress: true
2828

2929
steps:
30+
- run: false
3031
- name: Checkout
3132
uses: actions/checkout@v2
3233
with:

.github/workflows/posix.yml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -84,43 +84,9 @@ jobs:
8484
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.pyarrow_version || '' }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_data_manager || '' }}
8585
cancel-in-progress: true
8686

87-
services:
88-
mysql:
89-
image: mysql
90-
env:
91-
MYSQL_ALLOW_EMPTY_PASSWORD: yes
92-
MYSQL_DATABASE: pandas
93-
options: >-
94-
--health-cmd "mysqladmin ping"
95-
--health-interval 10s
96-
--health-timeout 5s
97-
--health-retries 5
98-
ports:
99-
- 3306:3306
100-
101-
postgres:
102-
image: postgres
103-
env:
104-
POSTGRES_USER: postgres
105-
POSTGRES_PASSWORD: postgres
106-
POSTGRES_DB: pandas
107-
options: >-
108-
--health-cmd pg_isready
109-
--health-interval 10s
110-
--health-timeout 5s
111-
--health-retries 5
112-
ports:
113-
- 5432:5432
114-
115-
moto:
116-
image: motoserver/moto
117-
env:
118-
AWS_ACCESS_KEY_ID: foobar_key
119-
AWS_SECRET_ACCESS_KEY: foobar_secret
120-
ports:
121-
- 5000:5000
12287

12388
steps:
89+
- run: false
12490
- name: Checkout
12591
uses: actions/checkout@v2
12692
with:

.github/workflows/python-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
cancel-in-progress: true
4646

4747
steps:
48+
- run: false
4849
- uses: actions/checkout@v2
4950
with:
5051
fetch-depth: 0

.github/workflows/sdist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
cancel-in-progress: true
3333

3434
steps:
35+
- run: false
3536
- uses: actions/checkout@v2
3637
with:
3738
fetch-depth: 0

0 commit comments

Comments
 (0)