We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c2eb9 commit e1ca0beCopy full SHA for e1ca0be
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
include:
21
- julia_version: "1.9"
22
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
26
build_docs: false
+ - julia_version: "1.10"
+ docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
+ build_docs: true
27
steps:
28
- name: "Install, g++, git, jq"
29
# g++ is needed to build the wrapper, git to publish the docs, jq for
0 commit comments