Skip to content

Commit

Permalink
Update py39.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ateska authored Dec 27, 2021
1 parent cc32f02 commit 3515a3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/py39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install cython
- name: Build and install
- name: Build
run: |
python setup.py build
python setup.py install
python setup.py build_ext --inplace
- name: Unit test
run: |
Expand Down

0 comments on commit 3515a3a

Please sign in to comment.