Skip to content

Commit

Permalink
Trying to remove architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Sep 9, 2024
1 parent 734fa78 commit 936cf77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 936cf77

Please sign in to comment.