Skip to content
Snippets Groups Projects
Commit 6192b9f7 authored by Vincent Texier's avatar Vincent Texier
Browse files

Fix gitlab ci configuration

parent 1cb51b6f
No related branches found
No related tags found
No related merge requests found
Pipeline #3888 passed
......@@ -2,7 +2,6 @@ stages:
- github-sync
- prepare
- build
- mypy
- test
- release
......@@ -56,7 +55,7 @@ test:
mypy:
<<: *pyenv
stage: mypy
stage: test
script:
- pip install -r requirements_dev.txt
- mypy duniterpy --ignore-missing-imports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment