Skip to content

Commit

Permalink
MNT: Disable CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 4, 2024
1 parent 9a56a5c commit f2e9d32
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,43 +266,4 @@ jobs:
workflows:
version: 2
build_test_deploy:
jobs:
- compare_base_dockerfiles:
filters:
branches:
ignore:
- /docs?\/.*/
tags:
only: /.*/
- get_test_data:
filters:
branches:
ignore:
- /docs?\/.*/
tags:
only: /.*/
- test_pytest:
filters:
branches:
ignore:
- /docs?\/.*/
tags:
only: /.*/
requires:
- compare_base_dockerfiles
- get_test_data
- deploy_dockerhub:
filters:
branches:
only: master
tags:
only: /.*/
requires:
- test_pytest
- update_feedstock:
context: nipybot
filters:
branches:
only: /rel\/\d.*/
tags:
only: /.*/
jobs: []

0 comments on commit f2e9d32

Please sign in to comment.