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 2b6111b commit 28d2ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f ${{ github.workspace }}/.devcontainer/requirements.txt ]; then pip install -r ${{ github.workspace }}/.devcontainer/requirements.txt; fi
if [ -f ${{ github.workspace }}/.devcontainer/extra.txt ]; then pip install -r ${{ github.workspace }}/.devcontainer/extra.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 28d2ecd

Please sign in to comment.