Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Sep 10, 2024
1 parent 138a525 commit 5ab76e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ jobs:
- name: Test import xspec
if: matrix.os != 'macos-latest'
shell: bash -l {0}
run: python -c "import astromodels.xspec"
run: |
cd astromodels/tests
python -c "import astromodels.xspec"
- name: Test astromodels
shell: bash -l {0}
run: python -m pytest -vv --cov=astromodels --cov-report=xml
Expand Down

0 comments on commit 5ab76e9

Please sign in to comment.