Skip to content
Snippets Groups Projects

Right files in the package and tests.

Merged BATARDIERE Bastien requested to merge dev into main
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -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