Skip to content

Commit

Permalink
Remove libecl requirements, whenever it is custom installed and not p…
Browse files Browse the repository at this point in the history
…ip (#143)

* Remove libecl requirements, whenever it is custom installed and not pip-installed

* Reinstate pip install libecl in workflow
  • Loading branch information
berland authored May 4, 2020
1 parent 00613c4 commit 639ff54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/fmu-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install fmu-ensemble with dependencies
run: |
pip install --upgrade pip
pip install libecl
pip install .
- name: Install test dependencies
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
history = history_file.read().decode("UTF-8")

REQUIREMENTS = [
"libecl",
"numpy",
"pandas>0.23.0",
"pyyaml>=5.1",
Expand Down

0 comments on commit 639ff54

Please sign in to comment.