Skip to content

Commit

Permalink
changes for released Makie
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Nov 22, 2023
1 parent c822e11 commit 07d0fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- name: Install Julia dependencies
shell: julia --project=monorepo {0}
run: |
using Pkg;
# dev mono repo versions
pkg"add MakieCore#sd/beta-20 Makie#sd/beta-20; dev ."
- name: Run the tests
run: >
julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("AlgebraOfGraphics", coverage=true)'
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
Expand All @@ -68,4 +60,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GeometryBasics = "0.4.1"
GridLayoutBase = "0.6, 0.7, 0.8, 0.9, 0.10"
KernelDensity = "0.6"
Loess = "0.5.1, 0.6.1"
Makie = "0.19, 0.20"
Makie = "0.20"
PlotUtils = "1"
PooledArrays = "1"
RelocatableFolders = "0.1, 0.2, 0.3, 1.0"
Expand Down

0 comments on commit 07d0fff

Please sign in to comment.