Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 13, 2024
1 parent 806cbca commit 725e93d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
using Pkg
Pkg.add(Pkg.PackageSpec(; name="Makie", version="${{ matrix.makie }}"))
Pkg.instantiate()
Pkg.pin("Makie")
Pkg.resolve()
- uses: julia-actions/julia-runtest@v1
- name: Percy Upload
uses: percy/exec-action@v0.3.1
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"

[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[extensions]
LighthouseMakieExt = ["Makie"]

[compat]
Arrow = "2.3"
ArrowTypes = "1, 2"
Expand All @@ -30,9 +36,6 @@ Tables = "1.7"
TensorBoardLogger = "0.1"
julia = "1.6"

[extensions]
LighthouseMakieExt = ["Makie"]

[extras]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand All @@ -42,6 +45,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Arrow", "CairoMakie", "Makie", "StableRNGs"]

[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

0 comments on commit 725e93d

Please sign in to comment.