Skip to content

Commit c7dfce9

Browse files
author
Deepak kudi
committed
ci: repair stale workflow failures
1 parent 8891fc0 commit c7dfce9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2020
with:
2121
package_name: ipython
22-
package_spec: -e ".[test]"
22+
package_spec: -e .[test]
2323

2424
nbconvert:
2525
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
3030
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
3131
with:
3232
package_name: nbconvert
33-
package_spec: -e ".[test]"
33+
package_spec: -e .[test]
3434

3535
jupyter_server:
3636
runs-on: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- os: ubuntu-latest
3232
python-version: "3.12"
3333
- os: ubuntu-latest
34-
python-version: "pypy-3.10"
34+
python-version: "pypy-3.11"
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)