Skip to content

Commit

Permalink
ci: remove gwb installations due to it cannot be done without root pe…
Browse files Browse the repository at this point in the history
…rmission
  • Loading branch information
dfguerrerom committed Jun 25, 2024
1 parent ff7bfc7 commit c61c8d7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
run: python -m pip install "git+https://github.com/12rambau/sepal_ui.git@sepal_pre_release"
- name: Build with sepal_ui venv
run: module_venv
- name: install gwb
run: |
echo "**********************"
echo "*** Installing GWB ***"
echo "**********************"
# Last update 2021-01-12
INSTALLER=gwb_amd64.deb
wget https://ies-ows.jrc.ec.europa.eu/gtb/GWB/$INSTALLER
apt-get install -y ./$INSTALLER
rm -f ./$INSTALLER
- name: Install nox
run: python -m pip install nox
- name: set entry point and run tests
Expand Down

0 comments on commit c61c8d7

Please sign in to comment.