Skip to content

Commit 46cda7d

Browse files
author
Miron Moderau
committed
Make GitLab CI use requirements-dev.txt for tests
1 parent f0f6210 commit 46cda7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
test_package:
88
stage: test
99
script:
10-
- pip install -r requirements.txt
10+
- pip install -r requirements-dev.txt
1111
- pytest
1212
except:
1313
- tags

0 commit comments

Comments
 (0)