We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c8a96 commit cad1639Copy full SHA for cad1639
.circleci/config.yml
@@ -0,0 +1,18 @@
1
+version: 2.1
2
+
3
+jobs:
4
+ test-arm:
5
+ machine:
6
+ image: ubuntu-2004:202101-01
7
+ resource_class: arm.medium
8
+ environment:
9
+ ENV_FILE: ci/deps/circle-37-arm64.yaml
10
+ PYTEST_WORKERS: auto
11
+ PATTERN: "not slow and not network and not clipboard and not arm_slow"
12
+ steps:
13
+ - run: echo "CircleCI is working"
14
15
+workflows:
16
+ test:
17
+ jobs:
18
+ - test-arm
0 commit comments