Skip to content

Commit

Permalink
ci: install GWB in test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Jun 25, 2024
1 parent b8867b8 commit 9df5c2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ 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 9df5c2f

Please sign in to comment.