Skip to content

Commit

Permalink
CI: Add back CircleCI for ARM64 (pandas-dev#43613)
Browse files Browse the repository at this point in the history
lithomas1 authored Sep 16, 2021
1 parent 4081fc7 commit f08c702
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2.1

jobs:
test-arm:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
environment:
ENV_FILE: ci/deps/circle-38-arm64.yaml
PYTEST_WORKERS: auto
PATTERN: "not slow and not network and not clipboard and not arm_slow"
PYTEST_TARGET: "pandas"
steps:
- checkout
- run: ci/setup_env.sh
- run: PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH ci/run_tests.sh

workflows:
test:
jobs:
- test-arm

0 comments on commit f08c702

Please sign in to comment.