Skip to content

Commit

Permalink
Pip install fmu-sumo-uploader from git
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Nov 1, 2023
1 parent b9730c8 commit 9efa944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
run: >
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
shell: bash
run: |
az --version
az account list
pip show sumo-wrapper-python
pip show fmu-sumo-uploader
python -c 'import sys; print(sys.platform)'
python -c 'import os; import sys; print(os.path.dirname(sys.executable))'
access_token=$(az account get-access-token --scope api://88d2b022-3539-4dda-9e66-853801334a86/.default --query accessToken --output tsv)
Expand Down

0 comments on commit 9efa944

Please sign in to comment.