Skip to content

Commit

Permalink
c: fix gitlab pipeline (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Aug 8, 2023
1 parent 07a663f commit e8a2e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lint:

image: python:3.11-alpine
before_script:
- apk add make
- apk add make bash
- make venv
script:
- make lint
Expand All @@ -26,6 +26,7 @@ test:

image: python:${python_version}-alpine
before_script:
- apk add make
- pip install tox
script:
- tox -e ${python_version}

0 comments on commit e8a2e1b

Please sign in to comment.