Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyPLNmodels
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BATARDIERE Bastien
pyPLNmodels
Merge requests
!47
Right files in the package and tests.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Right files in the package and tests.
dev
into
main
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
BATARDIERE Bastien
requested to merge
dev
into
main
9 months ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
main
version 1
3e8279eb
9 months ago
main (base)
and
latest version
latest version
161d674d
3 commits,
9 months ago
version 1
3e8279eb
2 commits,
9 months ago
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
5
−
5
Options
@@ -22,11 +22,11 @@ tests:
pip install '.[tests]'
script
:
-
pip install .
#
- jupyter nbconvert Getting_started.ipynb --to python --output tests/test_getting_started
#
- cd tests
#
- python create_readme_getting_started_and_docstrings_tests.py
#
- rm test_getting_started.py # remove as it has been modified in a directory.
#
- pytest .
-
jupyter nbconvert Getting_started.ipynb --to python --output tests/test_getting_started
-
cd tests
-
python create_readme_getting_started_and_docstrings_tests.py
-
rm test_getting_started.py
# remove as it has been modified in a directory.
-
pytest .
only
:
-
main
-
dev
Loading