Skip to content

Commit

Permalink
FIX: Try again [skip azp] [skip circle]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 30, 2024
1 parent 9e04d70 commit f2bcd23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ _check_skip: &check_skip
circleci-agent step halt;
fi
jobs:
build_docs:
parameters:
scheduled:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f2bcd23

Please sign in to comment.