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 9a0f963 commit b6df7ffCopy full SHA for b6df7ff
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
jobs:
4
- Test-Linux-SDK:
+ test:
5
docker:
6
- image: circleci/python:3.10
7
@@ -31,8 +31,9 @@ jobs:
31
command: |
32
pytest
33
34
- Test-macos:
+ test-macos:
35
macos:
36
+ xcode: 14.2.0
37
steps:
38
- checkout
39
@@ -102,9 +103,9 @@ workflows:
102
103
version: 2
104
test:
105
- - Test-Linux-SDK
106
+ - test
107
- build-docs
- - Test-macos
108
+ - test-macos
109
- docs-deploy:
110
requires:
111
- test
0 commit comments