We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808e7d commit 4ef9de5Copy full SHA for 4ef9de5
.github/workflows/build-test-lint.yml
@@ -26,13 +26,12 @@ jobs:
26
source venv/bin/activate
27
pip install --upgrade pip
28
pip install black
29
- pip install flake8
+ sudo pip install flake8
30
pip install -r requirements.txt -r requirements/dev.txt
31
working-directory: xero-python
32
33
- name: Run Flake8
34
- run: |
35
- flake8 xero_python
+ run: flake8 xero_python
36
37
38
- name: Build package
0 commit comments