mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-18 17:15:15 -05:00
Add requirements.txt with version tagging
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
||||
# Make sure protobuf version is compatible with grpc - https://github.com/OPM/ResInsight/issues/9304
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install protobuf==3.20.*
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Use CMake
|
||||
uses: lukka/get-cmake@latest
|
||||
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
grpcio
|
||||
grpcio-tools
|
||||
protobuf
|
||||
grpcio < 1.49
|
||||
grpcio-tools < 1.49
|
||||
protobuf < 3.21
|
||||
m2r
|
||||
Reference in New Issue
Block a user