Skip to content

Commit

Permalink
pin to jupyterlab <4.1.0 for now in build-system and dev (#84)
Browse files Browse the repository at this point in the history
* pin to jupyterlab <4.1.0 for now in build-system

* use explicit python and node versions in ci
  • Loading branch information
bollwyvl committed Feb 5, 2024
1 parent e63c22a commit adab8ac
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '20.x'
python_version: '3.11'

- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '20.x'
python_version: '3.11'

- name: Prep Release
id: prep-release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
id-token: write
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '20.x'
python_version: '3.11'

- name: Populate Release
id: populate-release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '20.x'
python_version: '3.11'

- name: Install dependencies
run: python -m pip install -U pip
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling >=1.4.0",
"jupyterlab >=4.0.7,<5.0.0a0",
"jupyterlab >=4.0.7,<4.1.0a0",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -58,7 +58,7 @@ jupyterlite-pyodide-kernel-pyodide = "jupyterlite_pyodide_kernel.addons.pyodide:
dev = [
"build",
"hatch",
"jupyterlab >=4.0.7,<5.0.0a0",
"jupyterlab >=4.0.7,<4.1.0a0",
]

lint = [
Expand Down

0 comments on commit adab8ac

Please sign in to comment.