Skip to content
Snippets Groups Projects
Commit 22e576cb authored by Robert Rosca's avatar Robert Rosca Committed by Karim Ahmed
Browse files

Adjust CI for new setup.py requirements

parent 0c7f470a
No related branches found
No related tags found
1 merge request!605Update RTD documentation. (docstrings, changelog, documentation refactors)
...@@ -56,5 +56,10 @@ cython-editable-install-test: ...@@ -56,5 +56,10 @@ cython-editable-install-test:
only: [merge_requests] only: [merge_requests]
<<: *before_script <<: *before_script
script: script:
<<<<<<< HEAD
- python3 -m pip install -e ".[test]" - python3 -m pip install -e ".[test]"
- python3 -m pytest --color yes --verbose ./tests/test_agipdalgs.py - python3 -m pytest --color yes --verbose ./tests/test_agipdalgs.py
=======
- python3 -m pip install ".[test]"
- pytest -vv tests/test_*
>>>>>>> Adjust CI for new setup.py requirements
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment