We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9546a commit 2a44b3cCopy full SHA for 2a44b3c
1 file changed
.github/workflows/main.yml
@@ -9,15 +9,15 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- name: Set up Python
12
- uses: actions/setup-python@v2
13
- with:
14
- python-version 3.9
+ uses: actions/setup-python@v2
+ with:
+ python-version: 3.9
15
- name: Install dependencies
16
- run: |
17
- python -m pip install --upgrade pip
18
- pip install black flake8 flake8-isort
19
- pip install -r requirements.txt
+ run: |
+ python -m pip install --upgrade pip
+ pip install black flake8 flake8-isort
+ pip install -r requirements.txt
20
21
- name: Test with black, flake8-isort and flake8
22
23
- python -m black isort flake8
+ python -m black isort flake8
0 commit comments