Skip to content

Commit

Permalink
update to new lux version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilian-gelbrecht committed Dec 13, 2024
1 parent c8a1e2f commit d65355e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 3,921 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.9
- 1.11
os:
- ubuntu-latest
arch:
Expand All @@ -33,7 +33,6 @@ jobs:
run: |
julia -e '
using Pkg
Pkg.add(url="https://github.com/maximilian-gelbrecht/NODEData.jl.git")
Pkg.develop(PackageSpec(path=pwd()))'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
Expand All @@ -48,12 +47,11 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.11'
- name: Configure doc environment
run: |
julia --project=docs/ -e '
using Pkg
Pkg.add(url="https://github.com/maximilian-gelbrecht/NODEData.jl.git")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/docs/build/
test/Manifest.toml
scripts/Manifest.toml
scripts/Manifest.toml
*Manifest.toml
Loading

0 comments on commit d65355e

Please sign in to comment.