Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deng113jie authored Sep 15, 2021
1 parent 7957a56 commit f9223f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.7'

- name: pip install
- run:
run:
pip install build, cython

- name: build
- run: python -m build
run: python -m build

0 comments on commit f9223f7

Please sign in to comment.