Skip to content

Commit e8a2e1b

Browse files
authored
c: fix gitlab pipeline (#278)
1 parent 07a663f commit e8a2e1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lint:
1212

1313
image: python:3.11-alpine
1414
before_script:
15-
- apk add make
15+
- apk add make bash
1616
- make venv
1717
script:
1818
- make lint
@@ -26,6 +26,7 @@ test:
2626

2727
image: python:${python_version}-alpine
2828
before_script:
29+
- apk add make
2930
- pip install tox
3031
script:
3132
- tox -e ${python_version}

0 commit comments

Comments
 (0)