Skip to content

Commit f2e9d32

Browse files
committed
MNT: Disable CircleCI
1 parent 9a56a5c commit f2e9d32

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

.circleci/config.yml

+1-40
Original file line numberDiff line numberDiff line change
@@ -266,43 +266,4 @@ jobs:
266266
workflows:
267267
version: 2
268268
build_test_deploy:
269-
jobs:
270-
- compare_base_dockerfiles:
271-
filters:
272-
branches:
273-
ignore:
274-
- /docs?\/.*/
275-
tags:
276-
only: /.*/
277-
- get_test_data:
278-
filters:
279-
branches:
280-
ignore:
281-
- /docs?\/.*/
282-
tags:
283-
only: /.*/
284-
- test_pytest:
285-
filters:
286-
branches:
287-
ignore:
288-
- /docs?\/.*/
289-
tags:
290-
only: /.*/
291-
requires:
292-
- compare_base_dockerfiles
293-
- get_test_data
294-
- deploy_dockerhub:
295-
filters:
296-
branches:
297-
only: master
298-
tags:
299-
only: /.*/
300-
requires:
301-
- test_pytest
302-
- update_feedstock:
303-
context: nipybot
304-
filters:
305-
branches:
306-
only: /rel\/\d.*/
307-
tags:
308-
only: /.*/
269+
jobs: []

0 commit comments

Comments
 (0)