Skip to content

Commit e1ca0be

Browse files
authored
[CI] Build docs with Julia v1.10 instead of 1.9 (#47)
1 parent 22c2eb9 commit e1ca0be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
include:
2121
- julia_version: "1.9"
2222
docker_image: graphcore/poplar:2.5.1-ubuntu-20.04-20220629
23-
build_docs: true
24-
- julia_version: "^1.10.0-0"
25-
docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
2623
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
steps:
2828
- name: "Install, g++, git, jq"
2929
# g++ is needed to build the wrapper, git to publish the docs, jq for

0 commit comments

Comments
 (0)