Skip to content

Commit 375bbe1

Browse files
committed
Debug
1 parent f46be5d commit 375bbe1

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/ci.yml

Lines changed: 12 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
@@ -38,6 +38,7 @@ jobs:
3838
DEBIAN_FRONTEND: noninteractive
3939
- uses: actions/checkout@v4
4040
- name: "Declare git repo safe"
41+
if: ${{ matrix.build_docs }}
4142
# In the docker container the repo is owned by 1001:123, causing the
4243
# following error when running git commands:
4344
#
@@ -57,6 +58,11 @@ jobs:
5758
cache-artifacts: "true"
5859
cache-packages: "true"
5960
cache-compiled: "true"
61+
62+
- name: "Debug"
63+
run: |
64+
env
65+
6066
- uses: julia-actions/julia-buildpkg@v1
6167
env:
6268
CXX: g++

0 commit comments

Comments
 (0)