Skip to content

Commit

Permalink
Remane in hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jun 24, 2024
1 parent 3ecaf1a commit 9eb0e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ file_extension: ''
has_binder: true
has_settings: true
kind: frontend
labextension_name: jupyterlab-new-launcher
labextension_name: jupyterlab-launchpad
mimetype: ''
mimetype_name: ''
project_short_description: A redesigned JupyterLab launcher
python_name: jupyterlab_new_launcher
repository: https://github.com/nebari-dev/jupyterlab-new-launcher
python_name: jupyterlab_launchpad
repository: https://github.com/nebari-dev/jupyterlab-launchpad
test: true
viewer_name: ''

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pip install .[test]
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-new-launcher.*OK"
jupyter labextension list 2>&1 | grep -ie "jupyterlab-launchpad.*OK"
python -m jupyterlab.browser_check
- name: Package the extension
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-new-launcher.*OK"
jupyter labextension list 2>&1 | grep -ie "jupyterlab-launchpad.*OK"
python -m jupyterlab.browser_check --no-browser-test
integration-tests:
Expand Down

0 comments on commit 9eb0e8d

Please sign in to comment.