Skip to content

Commit

Permalink
adjust monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
mhvk committed Feb 21, 2025
1 parent c3e87fb commit cd37f64
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/ci_cron_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ jobs:
# Don't run on forks of the repository.
if: (github.repository == 'mhvk/baseband' && (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
env:
apt_packages: python3-astropy
# git needed by python3-setuptools-scm, but not a required dependency
apt_packages: python3-astropy python3-pytest-astropy git python3-setuptools-scm

strategy:
fail-fast: false
matrix:
include:
# - arch: s390x
- arch: aarch64
- arch: armv7
# - arch: ppc64le

steps:
Expand All @@ -64,23 +65,7 @@ jobs:
shell: /bin/bash
install: |
apt-get update -q -y
apt-get install -q -y --no-install-recommends \
git \
g++ \
pkg-config \
python3 \
python3-erfa \
python3-extension-helpers \
python3-jinja2 \
python3-numpy \
python3-pytest-astropy \
python3-setuptools-scm \
python3-yaml \
python3-venv \
python3-wheel \
python3-astropy \
wcslib-dev
# apt-get install -q -y --no-install-recommends ${{ env.apt_packages }}
apt-get install -q -y --no-install-recommends ${{ env.apt_packages }}
run: |
uname -a
echo "LONG_BIT="$(getconf LONG_BIT)
Expand Down

0 comments on commit cd37f64

Please sign in to comment.