From a061d16e20a759c37e7dbd0284710d71c5e1ba6b Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 30 Jan 2024 14:15:52 -0500 Subject: [PATCH] FIX: Try again [skip azp] [skip circle] --- .circleci/config.yml | 1 + .github/workflows/tests.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2d9b6837c8..bca927a36d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,7 @@ _check_skip: &check_skip circleci-agent step halt; fi +jobs: build_docs: parameters: scheduled: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef83b3289af..bc07543e349 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,8 +73,9 @@ jobs: # - os: ubuntu-20.04 # python: '3.9' # kind: old + # 3.12 needs https://github.com/conda-forge/dipy-feedstock/pull/50 - os: macos-14 - python: '3.12' + python: '3.11' kind: mamba steps: - uses: actions/checkout@v4