🔧 Install pip deps using requirements.txt
This commit is contained in:
parent
8e7b6f9306
commit
ea39026e3e
2
.github/workflows/conan-pkg.yml
vendored
2
.github/workflows/conan-pkg.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Install Conan
|
||||
run: |
|
||||
pip install -U conan pyyaml
|
||||
pip install -r requirements.txt
|
||||
conan profile new default --detect
|
||||
|
||||
- name: Fix libstdc++11
|
||||
|
2
.pylintrc
Normal file
2
.pylintrc
Normal file
@ -0,0 +1,2 @@
|
||||
[MASTER]
|
||||
disable=C0114,C0115,C0116 # missing-module-docstring
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
conan
|
||||
pyyaml
|
Loading…
x
Reference in New Issue
Block a user