Skip to content

Commit

Permalink
Test current version (#37)
Browse files Browse the repository at this point in the history
* Test current version

* Build

* Trying to get git version to run on from latest tag
  • Loading branch information
stscirij authored Feb 14, 2024
1 parent 3979f2a commit b761323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -58,7 +59,6 @@ jobs:
- name: Test with pytest
run: |
# run all the unit tests.
pip install hasp==0.9.5
pip install git+https://github.com/spacetelescope/ullyses.git@cb81d444e881d0fb37ccc53f3e49d4fc52c1ba5b
pip install .['test']
pytest tests/test_swrapper.py -v
working-directory: ${{env.working-directory}}

0 comments on commit b761323

Please sign in to comment.