File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,10 @@ jobs:
14
14
- name : Checkout
15
15
uses : actions/checkout@v2
16
16
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
24
19
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
You can’t perform that action at this time.
0 commit comments