mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add requirements.txt with version tagging
This commit is contained in:
parent
d326149652
commit
809cb84d5e
2
.github/workflows/ResInsightWithCache.yml
vendored
2
.github/workflows/ResInsightWithCache.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
# Make sure protobuf version is compatible with grpc - https://github.com/OPM/ResInsight/issues/9304
|
# Make sure protobuf version is compatible with grpc - https://github.com/OPM/ResInsight/issues/9304
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install protobuf==3.20.*
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Use CMake
|
- name: Use CMake
|
||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio
|
grpcio < 1.49
|
||||||
grpcio-tools
|
grpcio-tools < 1.49
|
||||||
protobuf
|
protobuf < 3.21
|
||||||
m2r
|
m2r
|
Loading…
Reference in New Issue
Block a user