From b44ae2bcec587cc4994aab10bc861d1af30a5643 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Wed, 19 Jul 2023 15:03:14 +0200 Subject: [PATCH] Run notebook download test only on one configuration --- .github/workflows/notebooks_with_irdb_download.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebooks_with_irdb_download.yml b/.github/workflows/notebooks_with_irdb_download.yml index 26193abc..3b440c89 100644 --- a/.github/workflows/notebooks_with_irdb_download.yml +++ b/.github/workflows/notebooks_with_irdb_download.yml @@ -18,8 +18,15 @@ jobs: # that users have with ScopeSim / IRDB. # However, only use minimum and maximum supported Python version, # as the IRDB download often fails. - os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.8', '3.11'] + # As of 2023/07/19, this test still often fails. See + # https://github.com/AstarVienna/ScopeSim/issues/254 + # For now, only run on one configuration, as having one green test + # is more useful than 5 green and one red. The others can be enabled + # once we fix the problem properly. + # os: [ubuntu-latest, windows-latest, macos-latest] + # python-version: ['3.8', '3.11'] + os: [ubuntu-latest] + python-version: ['3.11'] steps: - uses: actions/checkout@v3