From e0960ca0fb51556d6ed0a3e915a55d591dbeae12 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Tue, 4 Jun 2024 17:13:47 +0200 Subject: [PATCH] Remove explicit iraf path setting in github actions This is determined automatically now --- .github/workflows/citest.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/citest.yml b/.github/workflows/citest.yml index c46b7b12..d4d2eb3e 100644 --- a/.github/workflows/citest.yml +++ b/.github/workflows/citest.yml @@ -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 @@ -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