Skip to content

Commit

Permalink
Merge pull request #64 from ggebbie/docs-env
Browse files Browse the repository at this point in the history
non-registered package added to docs env
  • Loading branch information
ggebbie authored Nov 27, 2024
2 parents 0f92cab + e4391cd commit 220ff2b
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(url="https://github.com/ggebbie/AlgebraicArrays.jl.git")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulLinearAlgebra = "c14bd059-d406-4571-8f61-9bd20e53c30b"

[compat]
#AlgebraicArrays = "1.0.6-DEV"
#AlgebraicArrays = "1"
DimensionalData = "0.29"
Measurements = "2"
Statistics = "1"
Expand Down
Loading

0 comments on commit 220ff2b

Please sign in to comment.