Skip to content

Commit 5ea13f6

Browse files
committed
Merge branch 'master' of https://toddbirchard@github.com/hackersandslackers/asyncio-tutorial
2 parents a43399b + 0700ed2 commit 5ea13f6

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

.github/workflows/isort.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/python-app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
python-version: 3.9
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip
26-
pip install flake8 pytest
27-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25+
make install
26+
pip install flake8 pytest black isort
2827
- name: Lint with flake8
2928
run: |
3029
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)