🔧 Install pip deps using requirements.txt

This commit is contained in:
Edgar 2022-01-06 13:35:56 +00:00
parent 8e7b6f9306
commit ea39026e3e
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
3 changed files with 5 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Install Conan - name: Install Conan
run: | run: |
pip install -U conan pyyaml pip install -r requirements.txt
conan profile new default --detect conan profile new default --detect
- name: Fix libstdc++11 - name: Fix libstdc++11

2
.pylintrc Normal file
View File

@ -0,0 +1,2 @@
[MASTER]
disable=C0114,C0115,C0116 # missing-module-docstring

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
conan
pyyaml