From 3b53fb91229d08891a5658909424454e3d67b289 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Tue, 4 Jun 2024 17:26:54 +0200 Subject: [PATCH] Check whether sgidispatch works properly now --- .github/workflows/citest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/citest.yml b/.github/workflows/citest.yml index c46b7b12..671d1625 100644 --- a/.github/workflows/citest.yml +++ b/.github/workflows/citest.yml @@ -82,6 +82,10 @@ jobs: run: | pip3 install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_SHA#egg=pyraf[test] + - name: Check whether sgidispatch works + run: | + sgidispatch sgi2uapl < /dev/null + - name: Run tests (locally built) if: matrix.method == 'native' run: |