Skip to content

Commit

Permalink
remove version restriction from documenter.ymj
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Aug 26, 2024
1 parent e08d62d commit b110f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:

- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.6'

- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down

0 comments on commit b110f16

Please sign in to comment.