Skip to content

Commit

Permalink
(temps) use ert from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Feb 11, 2025
1 parent b18a191 commit 05b1860
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,17 @@ jobs:
cache-dependency-glob: pyproject.toml
python-version: "${{ matrix.python-version }}"

- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libegl1
shell: bash

- name: Install test dependencies
run: |
uv pip install ".[test]"
pip install ".[test]"
# -- # pip install git+https://github.com/yngve-sk/[email protected]

- name: "Run tests"
run: pytest tests -n logical --durations 5 --ert-integration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"cvxpy",
"ert>=12.0.0rc0",
"ert @ git+https://github.com/yngve-sk/[email protected]",
"fmu-ensemble>1.6.5",
"importlib_metadata",
"importlib_resources",
Expand Down

0 comments on commit 05b1860

Please sign in to comment.