-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 388 naas manager remove templates (#389)
* fix: Remove templates tab * fix: Remove usage and credits * fix: Remove links at the top and update the account button * feat: Introduced User-Defined outputs_path for Pipeline Execution (#402) * used the output_path paremeter in creating the ExecutionContext within the run() method of Pipeline * fix: Local dev * updated the default value of the outputs_path parameter in the run() method of Pipeline and removed the default value from ExecutionContext * fix: Applied Black * fix: apply black * ci(tests): Trying to fix tzlocal --------- Co-authored-by: Maxime Jublou <[email protected]> Co-authored-by: FlorentLvr <[email protected]> * bump: version 2.10.3 → 2.11.0 * fix(dependency): update naas_drivers 0.110.2 * bump: version 2.11.0 → 2.11.1 * fix: Remove codecov upload for now * bump: version 2.11.1 → 2.11.2 * fix: Rework based on workspace arrival * fix: Applied linters --------- Co-authored-by: Minura Punchihewa <[email protected]> Co-authored-by: FlorentLvr <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: actions-user <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9423c95
commit c50133e
Showing
13 changed files
with
86 additions
and
394 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,14 +38,14 @@ jobs: | |
python3 -m black naas | ||
python3 -m flake8 naas | ||
pytest --cov=./naas --cov-report=xml | ||
- name: Upload coverage to Codecov | ||
if: runner.os == 'Linux' | ||
uses: codecov/[email protected] | ||
with: | ||
token: ${{secrets.CODECOV_TOKEN}} | ||
file: ./coverage.xml | ||
fail_ci_if_error: true | ||
verbose: true | ||
# - name: Upload coverage to Codecov | ||
# if: runner.os == 'Linux' | ||
# uses: codecov/[email protected] | ||
# with: | ||
# token: ${{secrets.CODECOV_TOKEN}} | ||
# file: ./coverage.xml | ||
# fail_ci_if_error: true | ||
# verbose: true | ||
- name: Build package | ||
run: python3 setup.py sdist | ||
- name: Deploy Pypi | ||
|
@@ -66,4 +66,4 @@ jobs: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
repository: jupyter-naas/kernels | ||
event-type: pypip-deployed | ||
client-payload: '{"ref": "${{ github.ref }}"}' | ||
client-payload: '{"ref": "${{ github.ref }}"}' |
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
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.