Skip to content

Commit b2e69b4

Browse files
committed
CI: install adacut
1 parent a415f35 commit b2e69b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
alr toolchain --install gnat_native=12.2.1 gprbuild=22.0.1
156156
157157
- name: Setup Python
158-
run: python3 -m pip install pytest epycs pandocfilters
158+
run: python3 -m pip install pytest epycs pandocfilters adacut
159159

160160
- name: Run PyTest
161161
run: pytest --ignore=cached_gnat --ignore=courses/fundamentals_of_ada/labs/radar/test_all.py

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ lint-rst:
66
services:
77
- image:ada-trainings
88
stage: build
9+
before_script:
10+
- python3 -m pip install adacut
911
script:
1012
- python3 contrib/fix_broken_titles.py --check
1113
- python3 contrib/ci/fix_prelude.py

0 commit comments

Comments
 (0)