From 70a9055f81456ca56ce94a6ace1be9b0c18b8cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:06:49 +0000 Subject: [PATCH] Some fixes to GitHub Actions setup (#49) * [CI] Remove non-existing labels from Dependabot setup * [CI] Run tests with julia v1.10 untile FITSIO is fixed with Julia v1.11+ --- .github/dependabot.yml | 3 --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 134d3f5..ac575f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,3 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 99 - labels: - - "dependencies" - - "github-actions" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a647f..258497c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: matrix: version: - '1.6' - - '1' + - '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194 os: - ubuntu-latest - macOS-latest diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 16ab030..7a33fcc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: '1' + version: '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194 - uses: julia-actions/cache@v2 - uses: julia-actions/julia-docdeploy@v1 env: