Skip to content

Commit

Permalink
Update run_tests.yaml: pip install fails now, try another pip cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Oct 17, 2023
1 parent a78eb95 commit 278a4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

0 comments on commit 278a4ef

Please sign in to comment.