Skip to content

Commit

Permalink
Fix typo causing build tests to not run (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel authored Feb 13, 2023
1 parent b9ee84c commit c81062a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
sudo apt-get update
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev
- name: Build Source Packages
run: |
python setup.py sdist
run: |
python setup.py sdist
- name: Build Distribution Packages
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit c81062a

Please sign in to comment.