Skip to content

Commit

Permalink
Check whether sgidispatch works properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jun 4, 2024
1 parent 58b645c commit e856299
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
run: |
pip3 install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_SHA#egg=pyraf[test]
- name: Check whether sgidispatch works
if: matrix.iraf
run: |
sgidispatch sgi2uapl < /dev/null
- name: Run tests (locally built)
if: matrix.method == 'native'
run: |
Expand Down

0 comments on commit e856299

Please sign in to comment.