Skip to content

Commit

Permalink
Remove &&
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Nov 1, 2023
1 parent 9efa944 commit 780ca79
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-sim2sumo
run: >
python -m pip install --upgrade pip &&
python -m pip install --upgrade pip
python -m pip install .
python -m pip install git+https://github.com/equinor/fmu-sumo-uploader.git@main
- name: Run tests
Expand Down

0 comments on commit 780ca79

Please sign in to comment.