Skip to content

Commit b124a43

Browse files
committed
higher Julia compact as same as Pickle
1 parent bc0253d commit b124a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
julia-version: ['1.0', '1', 'nightly']
19+
julia-version: ['1.3', '1', 'nightly']
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
env:
2222
PYTHON: ""

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ JSON3 = "1"
2626
MAT = "0.7, 0.8, 0.9, 0.10"
2727
Pickle = "0.2"
2828
Requires = "1"
29-
julia = "1"
29+
julia = "1.3"
3030

3131
[extras]
3232
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"

0 commit comments

Comments
 (0)