-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pyproject.toml files the pypi version and the poetry version * replace the setup.py by a pyproject.toml * replace the requirements.txt and the requirements-dev.txt file in the workflow by pip install * update notebooks * remove the requirements.txt * remove the requirements.txt * remove the requirements-dev.txt from the conda-deployment.yml workflow * fix testing jupyter notebooks * link jupyter kernel to the conda environment * use shell: bash -el {0} in the steps * remove the jupyter notebook tests from the conda-deployment.yml workflow * separate jupyter notebooks to a separate workflow * correct workflow * return the workflow dependency * correct the trigger key * add branched to the workflow_run * merge the .flake8 config file to the pyproject.toml * merge the pytest.ini file to the pytroject.toml * use workflow_call instead of workflow_run * add fix to the conda-deployment.yml * add fix to the conda-deployment.yml * add fix 2 * use the entire path to the workflow * update path to reusable workflow * use uses instead of steps * remove the secret: inheret * fix initialization issue * connect the notbook testing with the pypi-deployment * fix issue * use caching * unify path * return notebook tests to conda-deployment.yml workflow * return notebook tests to conda-deployment.yml workflow * install the package in normal mode * remove the --no-deps in the dev installation * update examples * move the package to src root dir * add include dir in the pyproject.toml * remove unnecessary pass statement * change the where statement in the pyproject.toml * Revert "change the where statement in the pyproject.toml" This reverts commit 06b692c. * update conda-workflow * add package-dir * add install statement in the test step * add install statement in the test step * remove the package-dir from pytproject.toml * use python -m build instead of setup.py install * remove the setup.py and use new command for the pyproject.toml * remove poetry file
- Loading branch information
Showing
34 changed files
with
1,113 additions
and
10,216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.