File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
runs-on : ubuntu-20.04
58
58
strategy :
59
59
matrix : # using `matrix` to define a constant
60
- package : ['julia==0.6.1 ']
60
+ package : ['julia==0.6.2 ']
61
61
steps :
62
62
- name : Set up Python 3.9
63
63
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 16
16
17
17
commands =
18
18
shell-retry --backoff =2 --interval-max =20 --retry-count =30 --verbose -- \
19
- pip install --index-url https://test.pypi.org/simple/ julia ==0.6.1
19
+ pip install --index-url https://test.pypi.org/simple/ julia ==0.6.2
20
20
21
21
python -c " from julia import install; install()"
22
22
python -m julia.runtests -- \
Original file line number Diff line number Diff line change 25
25
author = 'The Julia and IPython development teams'
26
26
27
27
# The short X.Y version
28
- version = '0.6.1 '
28
+ version = '0.6.2 '
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.6.1 '
30
+ release = '0.6.2 '
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments