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 31d181d commit 58d1b17Copy full SHA for 58d1b17
.github/workflows/build-test-lint.yml
@@ -31,10 +31,6 @@ jobs:
31
pip install -r requirements.txt -r requirements/dev.txt
32
working-directory: xero-python
33
34
- - name: Check vulnerable packages
35
- run: pip-audit -r requirements.txt -r requirements/dev.txt
36
- working-directory: xero-python
37
-
38
- name: Run Flake8
39
run: flake8 xero_python
40
0 commit comments