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 fc92bb4 commit 318af03Copy full SHA for 318af03
.github/workflows/pylint.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m venv venv
20
source venv/bin/activate
21
python -m pip install --upgrade pip
22
- pip install -r requirements.txt
+ pip install -r src/requirements.txt
23
pip install pylint
24
- name: Analysing the code with pylint
25
run: |
.github/workflows/unittests.yml
@@ -22,7 +22,7 @@ jobs:
26
- name: Run the tests
27
28
venv/bin/python -m unittest discover .
0 commit comments