We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8891fc0 commit c7dfce9Copy full SHA for c7dfce9
2 files changed
.github/workflows/downstream.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
20
with:
21
package_name: ipython
22
- package_spec: -e ".[test]"
+ package_spec: -e .[test]
23
24
nbconvert:
25
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
30
31
32
package_name: nbconvert
33
34
35
jupyter_server:
36
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
- os: ubuntu-latest
python-version: "3.12"
- python-version: "pypy-3.10"
+ python-version: "pypy-3.11"
steps:
37
- uses: actions/checkout@v4
0 commit comments