-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install setuptools wheel twine | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
- name: Build Package | ||
run: python setup.py sdist bdist_wheel | ||
- name: test with twine | ||
|
@@ -122,7 +122,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install coveralls setuptools wheel | ||
python -m pip install -e .[nodocs] | ||
python -m pip install .[nodocs] | ||
python setup.py --version | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
|
@@ -163,7 +163,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install coveralls setuptools wheel | ||
python -m pip install -e .[nodocs] | ||
python -m pip install .[nodocs] | ||
python setup.py --version | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
|
@@ -209,7 +209,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install coveralls setuptools wheel | ||
python -m pip install -e .[nodocs] | ||
python -m pip install .[nodocs] | ||
python setup.py --version | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
|
@@ -255,7 +255,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install coveralls setuptools wheel | ||
python -m pip install -e .[nodocs] | ||
python -m pip install .[nodocs] | ||
python setup.py --version | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
|
@@ -296,7 +296,7 @@ jobs: | |
brew install shellcheck node || brew link --overwrite node | ||
python -m pip install --upgrade pip | ||
python -m pip install setuptools wheel twine | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Test with pytest | ||
|
@@ -329,7 +329,7 @@ jobs: | |
brew install shellcheck node || brew link --overwrite node | ||
python -m pip install --upgrade pip | ||
python -m pip install setuptools wheel twine | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Test with pytest | ||
|
@@ -368,7 +368,7 @@ jobs: | |
brew install shellcheck node || brew link --overwrite node | ||
python -m pip install --upgrade pip | ||
python -m pip install setuptools wheel twine | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Test with pytest | ||
|
@@ -407,7 +407,7 @@ jobs: | |
brew install shellcheck node || brew link --overwrite node | ||
python -m pip install --upgrade pip | ||
python -m pip install setuptools wheel twine | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Test with pytest | ||
|
@@ -440,7 +440,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install coveralls setuptools wheel | ||
python -m pip install -e .[nodocs] | ||
python -m pip install .[nodocs] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Test with pytest | ||
|
@@ -496,7 +496,7 @@ jobs: | |
brew install shellcheck node || brew link --overwrite node | ||
python -m pip install --upgrade pip | ||
python -m pip install setuptools wheel | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Test with pytest | ||
|
@@ -536,7 +536,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install setuptools wheel twine | ||
python -m pip install -e .[all] | ||
python -m pip install .[all] | ||
git config --global --add user.name "Renku @ SDSC" | ||
git config --global --add user.email "[email protected]" | ||
- name: Tag if necessary | ||
|