Skip to content

Commit

Permalink
Run a simple test with PyRAF
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Aug 5, 2024
1 parent f41e1c8 commit 5c80088
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
sudo installer -pkg /tmp/iraf-*.pkg -target / -verbose
/usr/local/lib/iraf/test/run_tests /usr/local/lib/iraf/test/noao.astutil.md
- name: Test whether PyRAF runs
run: |
pip install pyraf
pyraf -c bench
- name: Copy file via ssh
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down

0 comments on commit 5c80088

Please sign in to comment.