Skip to content

Commit

Permalink
Some fixes to GitHub Actions setup (#49)
Browse files Browse the repository at this point in the history
* [CI] Remove non-existing labels from Dependabot setup

* [CI] Run tests with julia v1.10 untile FITSIO is fixed with Julia v1.11+
  • Loading branch information
giordano authored Dec 1, 2024
1 parent e3a55c5 commit 70a9055
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 99
labels:
- "dependencies"
- "github-actions"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 70a9055

Please sign in to comment.