Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .circleci/config.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/actions/build_pandas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@ runs:
conda list
shell: bash -l {0}

- name: Get Date
id: get-date
run: echo "::set-output name=today::$(/bin/date -u '+%Y%m%d')"
shell: bash

- name: ccache
uses: hendrikmuhs/ccache-action@940a79df1711f4d50b87e19ddf3b0a3c182abe68
with:
key: ${{ runner.os }}--${{ runner.arch }}--${{ steps.get-date.outputs.today }}

- name: Build Pandas
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
python setup.py build_ext -j 2
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
shell: bash -l {0}
13 changes: 0 additions & 13 deletions .github/workflows/assign.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/asv-bot.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/autoupdate-pre-commit-config.yml

This file was deleted.

158 changes: 0 additions & 158 deletions .github/workflows/code-checks.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/comment_bot.yml

This file was deleted.

Loading