Skip to content

Commit

Permalink
Fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 10, 2021
1 parent b8408bd commit a2bca51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade wheel pip
pip install .[lint]
- name: Lint examples
run: flake8 examples --show-source
Expand Down

0 comments on commit a2bca51

Please sign in to comment.