Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 10, 2023
1 parent bc49c6e commit 4d3b1fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ jobs:
jupyterlab-version: ["2", "3"]
python-version: ["3.7", "3.11"]
jupyter-app: [notebook, lab]
os: [ubuntu-22.04]
include:
- jupyterlab-version: "3"
python-version: "3.11"
jupyter-app: notebook
os: windows-2022
- jupyterlab-version: "3"
python-version: "3.11"
jupyter-app: lab
os: windows-2022

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
dependencies = [
"aiohttp",
"jupyter-server >=1.0",
"simpervisor >=0.4",
"simpervisor @ git+https://github.com/rashedmyt/simpervisor@windows",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -78,6 +78,10 @@ exclude = [
"jupyter_server_proxy/labextension" = "share/jupyter/labextensions/@jupyterhub/jupyter-server-proxy"
"jupyter_server_proxy/static" = "share/jupyter/nbextensions/jupyter_server_proxy"

[tool.hatch.metadata]
# Allow testing git+https://github.com/... dependencies
allow-direct-references = true

[tool.hatch.metadata.hooks.nodejs]
path = "labextension/package.json"
fields = ["description", "authors", "urls"]
Expand Down

0 comments on commit 4d3b1fd

Please sign in to comment.