Skip to content

Commit

Permalink
check CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Apr 4, 2023
1 parent ee591dc commit c4161fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on:
on:
- push
- pull_request
- workflow_dispatch
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
pip install twine wheel jupyter-packaging jupyterlab
- name: Build
run: |
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
- name: Install
run: pip install dist/*.whl
- name: Import
Expand Down

0 comments on commit c4161fc

Please sign in to comment.