Skip to content

Commit

Permalink
alter logic for arm based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaiton committed Feb 21, 2025
1 parent ea02708 commit ed1a852
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
run: |
case "$(uname -m)" in
x86_64) ;;
x86_64) source $CONDA/etc/profile.d/conda.sh ;;
aarch64) echo "CONDA=/home/runner/miniconda" >> "$GITHUB_ENV" ;;
arm) echo "CONDA=/Users/runner/miniconda" >> "$GITHUB_ENV" ;;
arm64) echo "CONDA=/Users/runner/miniconda" >> "$GITHUB_ENV" ;;
esac
source $CONDA/etc/profile.d/conda.sh
source manage.sh work_in_python_version_no_tests ${{ matrix.python-version }}
Expand Down

0 comments on commit ed1a852

Please sign in to comment.