Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
22e576cb
Commit
22e576cb
authored
4 years ago
by
Robert Rosca
Committed by
Karim Ahmed
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Adjust CI for new setup.py requirements
parent
0c7f470a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!605
Update RTD documentation. (docstrings, changelog, documentation refactors)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
with
5 additions
and
0 deletions
.gitlab-ci.yml
+
5
−
0
View file @
22e576cb
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment