Skip to content

HLA-1542: Remove deprecated functions in align.py and related deprecated tests #1676

HLA-1542: Remove deprecated functions in align.py and related deprecated tests

HLA-1542: Remove deprecated functions in align.py and related deprecated tests #1676

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '*x'
tags:
- '*'
pull_request:
schedule:
# Weekly Monday 9AM build
- cron: "2 20 * * 3"
jobs:
crds_contexts:
uses: spacetelescope/crds/.github/workflows/contexts.yml@22def9c8953b3551e01468f78cecf24d1463e856 # 12.1.10
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1.0
with:
envs: |
- linux: check-style
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1.0
needs: [ crds_contexts ]
with:
setenv: |
CRDS_PATH: /tmp/data/crds_cache/
CRDS_SERVER_URL: https://hst-crds.stsci.edu
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: /tmp/data/crds_cache/
cache-key: ${{ needs.crds_contexts.outputs.hst }}
libraries: |
brew:
- hdf5
envs: |
- linux: py311-xdist
- linux: py312-xdist
# `tox` does not currently respect `requires-python` versions when creating testing environments;
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
- linux: py3-cov
coverage: codecov
- linux: py3-xdist
toxdeps: tox-uv