Skip to content

Commit fd11dfd

Browse files
committed
tighten julia compat bound
1 parent b9df935 commit fd11dfd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/Publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ jobs:
2323
julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()'
2424
- name: Build and deploy
2525
run: |
26-
git clone https://github.com/lorenzoh/publish-theme theme
27-
rm -rf theme/.git
2826
cd gh-pages
2927
julia --color=yes --project=../docs -e "using Pkg; Pkg.instantiate()"
3028
julia --color=yes --project=../docs -e 'using Pkg; Pkg.develop(path="..")'
31-
wget "https://raw.githubusercontent.com/darsnack/flux-theme/main/Artifacts.toml"
3229
julia --color=yes --project=../docs ../docs/make.jl
3330
git config user.name github-actions
3431
git config user.email [email protected]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Parameters = "0.12"
2828
Rotations = "1.0"
2929
Setfield = "0.7"
3030
StaticArrays = "1.0"
31-
julia = ">= 1.3"
31+
julia = "1.3, 1.4, 1.5"
3232

3333
[publish]
3434
title = "DataAugmentation.jl"

0 commit comments

Comments
 (0)