Skip to content

Commit

Permalink
Clean up and update CI.yml to reflect release of Julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatHubmann authored Jan 9, 2024
1 parent 5937acf commit a2615db
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version:
# - '1.0'
- '1.9'
- '1.10'
# - 'nightly'
os:
- ubuntu-latest
Expand All @@ -39,18 +39,6 @@ jobs:
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3

# Documenter:
# permissions:
# contents: write
# name: Documentation
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: julia-actions/julia-buildpkg@v1
# - uses: julia-actions/julia-docdeploy@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs:
name: Documentation
Expand All @@ -61,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit a2615db

Please sign in to comment.