Skip to content

Commit

Permalink
CI: Activating CircleCI (pandas-dev#41752)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored and TLouf committed Jun 1, 2021
1 parent f9fd0b6 commit fcc224a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1

jobs:
test-arm:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
environment:
ENV_FILE: ci/deps/circle-37-arm64.yaml
PYTEST_WORKERS: auto
PATTERN: "not slow and not network and not clipboard and not arm_slow"
steps:
- run: echo "CircleCI is working"

workflows:
test:
jobs:
- test-arm

0 comments on commit fcc224a

Please sign in to comment.