Skip to content

Commit

Permalink
Fix gitlab mirror CI (#713)
Browse files Browse the repository at this point in the history
* change the path from where to install the package

* enable mirroring on branch

* remove test statement
  • Loading branch information
zigaLuksic authored Aug 16, 2023
1 parent a74e150 commit 6a2720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ run_sh_integration_tests:
- apt-get update
- apt-get install -y build-essential libgdal-dev graphviz proj-bin gcc libproj-dev libspatialindex-dev
script:
- pip install eolearn[DEV]
- pip install .[DEV]
- sentinelhub.config --sh_client_id "$SH_CLIENT_ID" --sh_client_secret "$SH_CLIENT_SECRET" > /dev/null # Gitlab can't mask SH_CLIENT_SECRET in logs
- pytest -m sh_integration

0 comments on commit 6a2720c

Please sign in to comment.