File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 63
63
64
64
- name : Build Pandas
65
65
id : build
66
- uses : ./.github/actions/build_pandas
66
+ uses : ./.github/actions/build-pandas
67
67
68
68
- name : Check for no warnings when building single-page docs
69
69
run : ci/code_checks.sh single-docs
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
- name : Build Pandas
128
128
id : build
129
- uses : ./.github/actions/build_pandas
129
+ uses : ./.github/actions/build-pandas
130
130
131
131
- name : Run ASV benchmarks
132
132
run : |
Original file line number Diff line number Diff line change 38
38
uses : ./.github/actions/setup-conda
39
39
40
40
- name : Build Pandas
41
- uses : ./.github/actions/build_pandas
41
+ uses : ./.github/actions/build-pandas
42
42
43
43
- name : Build website
44
44
run : python web/pandas_web.py web/pandas --target-path=web/build
Original file line number Diff line number Diff line change 50
50
pyarrow-version : ${{ matrix.os == 'macos-latest' && '6' || '' }}
51
51
52
52
- name : Build Pandas
53
- uses : ./.github/actions/build_pandas
53
+ uses : ./.github/actions/build-pandas
54
54
55
55
- name : Test
56
56
uses : ./.github/actions/run-tests
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
pyarrow-version : ${{ matrix.pyarrow_version }}
155
155
156
156
- name : Build Pandas
157
- uses : ./.github/actions/build_pandas
157
+ uses : ./.github/actions/build-pandas
158
158
159
159
- name : Test
160
160
uses : ./.github/actions/run-tests
You can’t perform that action at this time.
0 commit comments