Skip to content

Commit

Permalink
Make GitLab CI use requirements-dev.txt for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoderau committed Sep 8, 2021
1 parent f0f6210 commit 46cda7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stages:
test_package:
stage: test
script:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest
except:
- tags
Expand Down

0 comments on commit 46cda7d

Please sign in to comment.