Skip to content

Commit

Permalink
disable requirements installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ToluClassics authored Apr 22, 2024
1 parent bcbb2e4 commit 389ac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest PyYAML pre-commit # Added pre-commit here
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# Run pre-commit hooks
- name: Run pre-commit hooks
run: pre-commit run --all-files
Expand Down

0 comments on commit 389ac63

Please sign in to comment.