mv install to requirements

This commit is contained in:
shahules786 2022-10-06 21:09:11 +05:30
parent 428d3548a0
commit e15011d668
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install soundfile
pip install -r requirements.txt pip install -r requirements.txt
pip install black pytest-cov pip install black pytest-cov
- name: Install enhancer - name: Install enhancer