Skip to content

Use the list_dependencies_command instead of pip freeze #1615

Use the list_dependencies_command instead of pip freeze

Use the list_dependencies_command instead of pip freeze #1615

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "*"
tags:
- '*'
pull_request:
schedule:
# Weekly Monday 9AM build
- cron: '0 9 * * 1'
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
with:
envs: |
- linux: py310-xdist
- linux: py311-xdist-cov
coverage: codecov
- linux: py312-xdist
- linux: py313-xdist