From 936cf7781fb0d25f9a43d57a0bc704b81e2512d8 Mon Sep 17 00:00:00 2001 From: ndilalla Date: Mon, 9 Sep 2024 14:29:24 -0400 Subject: [PATCH] Trying to remove architecture. --- .github/workflows/deploy.yml | 6 +++--- .github/workflows/docs.yml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f1cc34f..09ef669c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -98,7 +98,7 @@ jobs: with: activate-environment: "test_env" auto-activate-base: false - architecture: "x64" + #architecture: "x64" miniforge-variant: Mambaforge #miniforge-version: latest python-version: ${{ matrix.python-version }} @@ -174,7 +174,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-12] python-version: [3.9] steps: @@ -195,7 +195,7 @@ jobs: with: activate-environment: "test_env" auto-activate-base: false - architecture: "x64" + #architecture: "x64" miniforge-variant: Mambaforge #miniforge-version: latest python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e375bf1a..ea72b77b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -48,7 +48,8 @@ jobs: - name: Execute the notebooks #shell: bash -l {0} run: | - + # Make sure we fail in case of error + set -e # Download an example file wget https://www.astropy.org/astropy-data/photometry/spitzer_example_image.fits