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.
2 parents 8dd0d41 + 1a86988 commit 6a8bff6Copy full SHA for 6a8bff6
.circleci/config.yml
@@ -18,6 +18,7 @@ executors:
18
xcode: 13.4.1
19
environment:
20
RUNNER_OS: macos
21
+ resource_class: macos.x86.medium.gen2
22
23
jobs:
24
lint:
@@ -83,7 +84,7 @@ jobs:
83
84
python Utilities/downloaddata.py Data/ Data/manifest.json
85
- run:
86
name: run the test
- no_output_timeout: 45m
87
+ no_output_timeout: 1h
88
command: |
89
export SIMPLE_ITK_MEMORY_CONSTRAINED_ENVIRONMENT=1
90
export PYTHONUNBUFFERED=1
requirements_dev.txt
@@ -3,5 +3,5 @@ pytest
3
markdown
4
lxml
5
pyenchant
6
-ipython
+ipython<=8.12
7
-rPython/requirements.txt
0 commit comments