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 6, 2025
1 parent 21aaae1 commit b4562e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- name: Install test dependencies
run: |
uv pip install ".[test]"
pip install ".[test]"
# -- # pip install git+https://github.com/yngve-sk/ert.git@25.02.05.internal-workflows-pass-some-stuff

- 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/ert.git@25.02.05.internal-workflows-pass-some-stuff",
"fmu-ensemble>1.6.5",
"importlib_metadata",
"importlib_resources",
Expand Down

0 comments on commit b4562e7

Please sign in to comment.