Skip to content

Commit

Permalink
Remove explicit iraf path setting in github actions
Browse files Browse the repository at this point in the history
This is determined automatically now
  • Loading branch information
olebole committed Jun 4, 2024
1 parent 73dac3c commit e0960ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Ubuntu 22.04 (Python-3.10), native
os: ubuntu-22.04
method: native
iraf: /usr/lib/iraf/
upload_coverage: yes

- name: Ubuntu 22.04 (Python-3.10), native, without IRAF
Expand All @@ -29,12 +28,10 @@ jobs:
- name: Ubuntu 20.04 (Python-3.8.2), pip
os: ubuntu-20.04
method: pip
iraf: /usr/lib/iraf/

- name: macOS 13, pip
os: macos-13
method: pip
iraf: /Users/runner/work/iraf/

steps:
- name: Checkout repository
Expand Down

0 comments on commit e0960ca

Please sign in to comment.