Skip to content

Commit

Permalink
update ci and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Sep 6, 2023
1 parent 13135b1 commit b0fc2b0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ jobs:
git lfs pull
- name: Install eccodes
run: sudo apt-get install -y libeccodes-dev
- name: Install ecbuild
run: sudo apt-get install -y ecbuild
- name: Install eckit
run: |
builddir=build
installdir=$HOME/local
mkdir $builddir
cd $builddir
ecbuild --prefix=$installdir
make -j10
make install
# - name: Install ecbuild
# run: sudo apt-get install -y ecbuild
# - name: Install eckit
# run: |
# builddir=build
# installdir=$HOME/local
# mkdir $builddir
# cd $builddir
# ecbuild --prefix=$installdir
# make -j10
# make install

- name: Install Dependencies
id: install-dependencies
Expand Down

0 comments on commit b0fc2b0

Please sign in to comment.