Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 25, 2023
1 parent 7958799 commit a471319
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install libjack-jackd2-dev portaudio19-dev
python -m pip install --upgrade pip
pip install --global-option='build_ext' \
--global-option='-I/usr/local/include' \
--global-option='-L/usr/local/lib' \
pyaudio
pip install -r requirements.txt
pip install pylint reorder-python-imports
pip install mypy reorder-python-imports
Expand Down

0 comments on commit a471319

Please sign in to comment.