Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greyhypotheses committed Mar 22, 2024
1 parent 95b55bd commit c439671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pi
if [ -f .devcontainer/requirements.txt ]; then pip install -r .devcontainer/requirements.txt; fi
python -m pip install --upgrade pip
if [ -f /.devcontainer/requirements.txt ]; then pip install -r /.devcontainer/requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit c439671

Please sign in to comment.