-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from datamol-org/tutos
Tutos
- Loading branch information
Showing
61 changed files
with
151,255 additions
and
3,509 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,26 +17,17 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup conda | ||
# see https://github.com/mamba-org/provision-with-micromamba/issues/54 | ||
uses: mamba-org/provision-with-micromamba@755a9542150cc9dedd1c1dd95b963460ec320939 | ||
uses: mamba-org/provision-with-micromamba@main | ||
with: | ||
environment-file: false | ||
environment-file: env.yml | ||
environment-name: datamol | ||
cache-downloads: true | ||
|
||
- name: Install Dependencies | ||
run: | | ||
micromamba activate | ||
micromamba create -n datamol -f env.yml | ||
- name: Install library | ||
run: | | ||
micromamba activate datamol | ||
python -m pip install . | ||
run: python -m pip install --no-deps . | ||
|
||
- name: Deploy the doc | ||
run: | | ||
micromamba activate datamol | ||
echo "Configure git" | ||
git config --global user.name 'hadim' | ||
git config --global user.email '[email protected]' | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.