Skip to content

Commit d1e37b3

Browse files
committed
try ipykernel
1 parent 0729b51 commit d1e37b3

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/downstream.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17-
- name: Set up Python 3.9
18-
uses: actions/setup-python@v2
19-
with:
20-
python-version: 3.9
21-
22-
- name: Test Package
23-
run: |
17+
- name: Base Setup
18+
uses: jupyterlab/maintainer-tools/.github/action/base-setup@v1
2419

25-
python -m venv test
26-
./test/bin/python -m pip install -U pip
27-
./test/bin/python -m pip install ipykernel[test]
28-
./test/bin/python -m pip install --pre -U --upgrade-strategy=only-if-needed ipykernel
29-
./test/bin/python -m pip install . --force-reinstall
30-
./test/bin/pytest --pyargs ipykernel
31-
rm -rf ./test
20+
- name: Test Ipykernel
21+
uses: ./github/actions/downstream-test
22+
with:
23+
package_name: ipykernel

0 commit comments

Comments
 (0)