Skip to content

Commit

Permalink
Set proj data dir in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Jul 22, 2024
1 parent aa7beb8 commit 4a57717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
mkdir -p build
cd build
export PROJ_DATA=$PWD/PROJ/data
cmake -DCMAKE_BUILD_TYPE=RELEASE -DUSGSCSM_EXTERNAL_DEPS=OFF -DUSGSCSM_BUILD_DOCS=OFF ..
cmake --build .
- name: Test Package
Expand Down

0 comments on commit 4a57717

Please sign in to comment.