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 9e0f002 commit dd818fdCopy full SHA for dd818fd
.github/workflows/ci.yml
@@ -18,12 +18,12 @@ jobs:
18
fail-fast: false
19
matrix:
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
+ # - julia_version: "1.9"
+ # docker_image: graphcore/poplar:2.5.1-ubuntu-20.04-20220629
+ # build_docs: false
+ # - julia_version: "1.10"
+ # docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
+ # build_docs: true
27
- julia_version: "^1.11.0-0"
28
docker_image: graphcore/poplar:3.3.0-ubuntu-20.04-20230703
29
build_docs: false
0 commit comments