Skip to content

Commit dd818fd

Browse files
committed
Only run with Poplar v3.3.0 for the time being, for testing
1 parent 9e0f002 commit dd818fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)