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 9afc4ec commit 28699a8Copy full SHA for 28699a8
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
- julia_version: "1.10"
25
docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
26
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
30
steps:
31
- name: "Install, g++, git, jq"
32
# g++ is needed to build the wrapper, git to publish the docs, jq for
0 commit comments