Skip to content

Commit 6a8bff6

Browse files
authored
Merge pull request #412 from zivy/circleciUpdates
Updates to circleci yaml.
2 parents 8dd0d41 + 1a86988 commit 6a8bff6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ executors:
1818
xcode: 13.4.1
1919
environment:
2020
RUNNER_OS: macos
21+
resource_class: macos.x86.medium.gen2
2122

2223
jobs:
2324
lint:
@@ -83,7 +84,7 @@ jobs:
8384
python Utilities/downloaddata.py Data/ Data/manifest.json
8485
- run:
8586
name: run the test
86-
no_output_timeout: 45m
87+
no_output_timeout: 1h
8788
command: |
8889
export SIMPLE_ITK_MEMORY_CONSTRAINED_ENVIRONMENT=1
8990
export PYTHONUNBUFFERED=1

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pytest
33
markdown
44
lxml
55
pyenchant
6-
ipython
6+
ipython<=8.12
77
-rPython/requirements.txt

0 commit comments

Comments
 (0)