Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
temp commit do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyak2 committed Sep 1, 2022
1 parent 7d1b047 commit 661ee76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install wheel flake8 pytest
if [ -f requirements/dev.txt ]; then pip install -r requirements/dev.txt; fi
pip install wheel
if [ -f requirements/prod.txt ]; then pip install -r requirements/prod.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 661ee76

Please sign in to comment.