Skip to content

Commit

Permalink
Add GNS builds on PRs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 authored Oct 4, 2024
1 parent 7ae9a59 commit 8e4bd5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: GNS Train and Test

on:
push:
pull_request:

jobs:
gns:
Expand All @@ -26,4 +27,4 @@ jobs:
TMP_DIR="../gns-sample"
DATASET_NAME="WaterDropSample"
git clone https://github.com/geoelements/gns-sample ../gns-sample
python -m gns.train mode="train" training.steps=10
python -m gns.train mode="train" training.steps=10

0 comments on commit 8e4bd5a

Please sign in to comment.