Skip to content

Commit

Permalink
Update run_tests.yaml try to get gh actions running again
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Oct 17, 2023
1 parent 278a4ef commit 7afcf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Install fmu-sumo
run: >
pip install --upgrade pip &&
pip install .
python -m pip install --upgrade pip &&
python -m pip install .
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 7afcf77

Please sign in to comment.