File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
include :
21
- - julia_version : " 1.9"
22
- docker_image : graphcore/poplar:2.5.1-ubuntu-20.04-20220629
23
- build_docs : false
24
- - julia_version : " 1.10"
25
- docker_image : graphcore/poplar:3.2.0-ubuntu-20.04-20230314
26
- build_docs : true
21
+ # - julia_version: "1.9"
22
+ # docker_image: graphcore/poplar:2.5.1-ubuntu-20.04-20220629
23
+ # build_docs: false
24
+ # - julia_version: "1.10"
25
+ # docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
26
+ # build_docs: true
27
27
- julia_version : " ^1.11.0-0"
28
28
docker_image : graphcore/poplar:3.3.0-ubuntu-20.04-20230703
29
29
build_docs : false
38
38
DEBIAN_FRONTEND : noninteractive
39
39
- uses : actions/checkout@v4
40
40
- name : " Declare git repo safe"
41
+ if : ${{ matrix.build_docs }}
41
42
# In the docker container the repo is owned by 1001:123, causing the
42
43
# following error when running git commands:
43
44
#
57
58
cache-artifacts : " true"
58
59
cache-packages : " true"
59
60
cache-compiled : " true"
61
+
62
+ - name : " Debug"
63
+ run : |
64
+ env
65
+
60
66
- uses : julia-actions/julia-buildpkg@v1
61
67
env :
62
68
CXX : g++
You can’t perform that action at this time.
0 commit comments