Skip to content

Commit

Permalink
added step download NL corr grid tif
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Dec 13, 2023
1 parent f1f1b96 commit 5f857ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linting-and-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install --force-reinstall -e ".[dev]"
- name: Download NL correction grids
run: |
curl https://cdn.proj.org/nl_nsgi_rdtrans2018.tif -o /usr/local/lib/python3.11/site-packages/pyproj/proj_dir/share/proj/nl_nsgi_rdtrans2018.tif
- name: Lint with black
run: |
python${{ matrix.python-version }} -m black --check .
Expand Down

0 comments on commit 5f857ac

Please sign in to comment.