Skip to content

Commit

Permalink
test roman_datamodels integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 15, 2023
1 parent 0898a87 commit 58d1dd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
python-version: 3.11
- linux: test-xdist-cov
coverage: codecov
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: test-roman_datamodels-xdist
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ extras =
deps =
xdist: pytest-xdist
cov: pytest-cov
roman_datamodels: git+https://github.com/spacetelescope/roman_datamodels.git
commands_pre =
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy.git -U --upgrade-strategy eager
pip freeze
commands =
pytest \
xdist: -n auto \
cov: --cov --cov-report=term-missing --cov-report=xml \
roman_datamodels: --pyargs roman_datamodels \
{posargs}

[testenv:build-docs]
Expand Down

0 comments on commit 58d1dd7

Please sign in to comment.