We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb63c6 commit 46f4c7cCopy full SHA for 46f4c7c
1 file changed
.github/workflows/ci_pylint.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install requirements.txt
+ python setup.py install
33
pip install python-dotenv
34
pip install pylint
35
0 commit comments