Skip to content

Commit

Permalink
Fix test workflow to meet 1.2 testing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Mar 2, 2021
1 parent d3de3ff commit 1d348f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.x
- name: Install dependencies
- name: Install flake8
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
python -m pip install --upgrade setuptools pip
pip install flake8
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 1d348f2

Please sign in to comment.