Skip to content

Commit

Permalink
remove nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Oct 21, 2023
1 parent 405e476 commit 9b29b77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
version:
- '1.7'
- '1.9'
- '1.10'
os:
- macOS-latest
- windows-latest
Expand All @@ -31,7 +30,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
show-versioninfo: true
- uses: julia-actions/cache@latest
- name: Install Mousetrap
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/clemapfel/mousetrap_jll\"); Pkg.add(url=\"https://github.com/clemapfel/mousetrap.jl\")"
- uses: julia-actions/julia-runtest@latest
Expand All @@ -46,5 +44,5 @@ jobs:
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/JuliaDocs/Documenter.jl\")"
- name: Install Mousetrap
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/clemapfel/mousetrap_jll\"); Pkg.add(url=\"https://github.com/clemapfel/mousetrap.jl\")"
- uses: Build Docs
- name: Build Docs
run: julia docs/make.jl

0 comments on commit 9b29b77

Please sign in to comment.