Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Dec 16, 2024
1 parent 417f4b8 commit 6a0d373
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_ert_with_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- uses: actions/setup-python@v5
id: setup_python
with:
python-version: ${{ inputs.python-version }}
python-version: 3.12

run: |
- name: Install ert
run:
pip install ".[dev]"

- name: Install flow
Expand Down

0 comments on commit 6a0d373

Please sign in to comment.