Skip to content

Commit

Permalink
Update build actions source path
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 22, 2024
1 parent 06f47ea commit c000ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pdm install
- name: Build
run: |
export GEOMODELS_HOME=`pwd`/MODEL_SRC/GA
export GEOMODELS_HOME=`pwd`/MODEL_SRC
echo "GEOMODELS_HOME=$GEOMODELS_HOME"
eval $(pdm venv activate)
cd web_build/
Expand Down

0 comments on commit c000ea0

Please sign in to comment.