mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-18 11:48:26 -05:00
Make GitLab CI use requirements-dev.txt for tests
This commit is contained in:
@@ -7,7 +7,7 @@ stages:
|
||||
test_package:
|
||||
stage: test
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
- pytest
|
||||
except:
|
||||
- tags
|
||||
|
||||
Reference in New Issue
Block a user