Skip to content

Commit 3b436fa

Browse files
committed
WIP
1 parent 997a536 commit 3b436fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/code-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Build Pandas
6565
id: build
66-
uses: ./.github/actions/build_pandas
66+
uses: ./.github/actions/build-pandas
6767

6868
- name: Check for no warnings when building single-page docs
6969
run: ci/code_checks.sh single-docs
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Build Pandas
128128
id: build
129-
uses: ./.github/actions/build_pandas
129+
uses: ./.github/actions/build-pandas
130130

131131
- name: Run ASV benchmarks
132132
run: |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ./.github/actions/setup-conda
3939

4040
- name: Build Pandas
41-
uses: ./.github/actions/build_pandas
41+
uses: ./.github/actions/build-pandas
4242

4343
- name: Build website
4444
run: python web/pandas_web.py web/pandas --target-path=web/build

.github/workflows/macos-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pyarrow-version: ${{ matrix.os == 'macos-latest' && '6' || '' }}
5151

5252
- name: Build Pandas
53-
uses: ./.github/actions/build_pandas
53+
uses: ./.github/actions/build-pandas
5454

5555
- name: Test
5656
uses: ./.github/actions/run-tests

.github/workflows/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
pyarrow-version: ${{ matrix.pyarrow_version }}
155155

156156
- name: Build Pandas
157-
uses: ./.github/actions/build_pandas
157+
uses: ./.github/actions/build-pandas
158158

159159
- name: Test
160160
uses: ./.github/actions/run-tests

0 commit comments

Comments
 (0)