Skip to content

Commit

Permalink
Remove pre_commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 24, 2022
1 parent 5aa446d commit 37704dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel twine
python -m pip install black flake8 reorder_python_imports pre-commit-hooks
pip install -r requirements.txt
python setup.py install
#- uses: pre-commit/action@v2.0.3
Expand Down

0 comments on commit 37704dc

Please sign in to comment.