Skip to content

Commit

Permalink
Updates to build action
Browse files Browse the repository at this point in the history
- remove unnecessary debug lines
- update python action
- comment out failing build
  • Loading branch information
vjf authored Jul 22, 2024
1 parent 59dbb8a commit c54b1a1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
# NSW - "New England Orogen 3D fault model"
- src_name: "GEOMODELS_SRC-NewSouthWales"
model_name: "NewEngland"
# NT - McArthur Basin
- src_name: "GEOMODELS_SRC-NorthernTerritory"
model_name: "McArthurBasin"
## NT - McArthur Basin
#- src_name: "GEOMODELS_SRC-NorthernTerritory"
# model_name: "McArthurBasin"
# GA - North Qld
- src_name: "GEOMODELS_SRC-GA"
model_name: "NorthQueensland"
Expand All @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install COLLADA2GLTF
Expand Down Expand Up @@ -133,11 +133,6 @@ jobs:
eval $(pdm venv activate)
cd web_build/
./batch_proc.py --model_name=${{matrix.model_name}}
pwd
ls
cd ..
pwd
ls
- name: Upload output
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c54b1a1

Please sign in to comment.