From f2bcd23b214bc97c1d9dd523ba2ec49e4c512fc5 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 | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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..4068cb4c6db 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 @@ -108,7 +109,7 @@ jobs: fmt!=10.2.0 if: ${{ !startswith(matrix.kind, 'pip') }} # Make sure we have the right Python - - run: python -c "import platform; platform.machine() == "arm64", platform.machine()" + - run: python -c "import platform; platform.machine() == 'arm64', platform.machine()" if: matrix.os == 'macos-14' - run: ./tools/github_actions_dependencies.sh # Minimal commands on Linux (macOS stalls)