Skip to content

Commit

Permalink
fix git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MafanNam committed Dec 26, 2023
1 parent 3fe216a commit acb0b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Linting
run: |
cd ./clone_sound_cloud
Expand Down

0 comments on commit acb0b43

Please sign in to comment.