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:
1818 fail-fast : false
1919 matrix :
2020 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
2727 - julia_version : " ^1.11.0-0"
2828 docker_image : graphcore/poplar:3.3.0-ubuntu-20.04-20230703
2929 build_docs : false
3838 DEBIAN_FRONTEND : noninteractive
3939 - uses : actions/checkout@v4
4040 - name : " Declare git repo safe"
41+ if : ${{ matrix.build_docs }}
4142 # In the docker container the repo is owned by 1001:123, causing the
4243 # following error when running git commands:
4344 #
5758 cache-artifacts : " true"
5859 cache-packages : " true"
5960 cache-compiled : " true"
61+
62+ - name : " Debug"
63+ run : |
64+ env
65+
6066 - uses : julia-actions/julia-buildpkg@v1
6167 env :
6268 CXX : g++
You can’t perform that action at this time.
0 commit comments