Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Sep 28, 2024
1 parent b9bca52 commit d81c6fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

env:
DEA_TOOLS_TIDE_MODELS: ./tests/data/tide_models_tests

jobs:
quality:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:
tar -xvzf ./tests/data/tide_models_tests.tar.gz -C ./tests/data
# Add environment variable to allow functions to locate data
echo "DEA_TOOLS_TIDE_MODELS=./tests/data/tide_models_tests" >> $GITHUB_ENV
# echo "DEA_TOOLS_TIDE_MODELS=./tests/data/tide_models_tests" >> $GITHUB_ENV
- name: Set up the environment
uses: ./.github/actions/setup-python-env
Expand Down

0 comments on commit d81c6fc

Please sign in to comment.