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 a415f35 commit b2e69b4Copy full SHA for b2e69b4
.github/workflows/main.yaml
@@ -155,7 +155,7 @@ jobs:
155
alr toolchain --install gnat_native=12.2.1 gprbuild=22.0.1
156
157
- name: Setup Python
158
- run: python3 -m pip install pytest epycs pandocfilters
+ run: python3 -m pip install pytest epycs pandocfilters adacut
159
160
- name: Run PyTest
161
run: pytest --ignore=cached_gnat --ignore=courses/fundamentals_of_ada/labs/radar/test_all.py
.gitlab-ci.yml
@@ -6,6 +6,8 @@ lint-rst:
6
services:
7
- image:ada-trainings
8
stage: build
9
+ before_script:
10
+ - python3 -m pip install adacut
11
script:
12
- python3 contrib/fix_broken_titles.py --check
13
- python3 contrib/ci/fix_prelude.py
0 commit comments