Skip to content

Commit 3ac9f2a

Browse files
authored
Update master.yml
Signed-off-by: David P. Chassin <david.chassin@me.com>
1 parent 4a6ecee commit 3ac9f2a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ jobs:
2020
- name: Build gridlabd
2121
run: sudo ./build.sh --system --parallel
2222

23-
validate:
24-
25-
runs-on: ubuntu-latest
26-
needs: [build]
27-
28-
steps:
29-
- uses: actions/checkout@v4
30-
31-
3223
- name: Install openfido
3324
run: |
3425
test -x /usr/local/bin/python3 || sudo ln -sf $(which python3) /usr/local/bin/python3

0 commit comments

Comments
 (0)