We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f6210 commit 46cda7dCopy full SHA for 46cda7d
.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
7
test_package:
8
stage: test
9
script:
10
- - pip install -r requirements.txt
+ - pip install -r requirements-dev.txt
11
- pytest
12
except:
13
- tags
0 commit comments