Skip to content

Commit 735e077

Browse files
sdericksonScott Ericksonrogebrd
authored
Fix spec update action (dropbox#413)
* Remove npm install, package lock which don't seem to be for anything * Try using python 3 instead Co-authored-by: Scott Erickson <[email protected]> Co-authored-by: Brad Rogers <[email protected]>
1 parent cc10efb commit 735e077

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/spec_update.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Spec Update
2-
on:
2+
on:
33
workflow_dispatch:
44
repository_dispatch:
55
types: [spec_update]
@@ -12,16 +12,13 @@ jobs:
1212
- name: Setup Python environment
1313
uses: actions/[email protected]
1414
with:
15-
python-version: 2.7
15+
python-version: 3.7
1616
- name: Get current time
1717
uses: 1466587594/get-current-time@v2
1818
id: current-time
1919
with:
2020
format: YYYY_MM_DD
2121
utcOffset: "-08:00"
22-
- name: Install SDK
23-
run: |
24-
npm install
2522
- name: Update Modules
2623
run: |
2724
git submodule init
@@ -69,4 +66,4 @@ jobs:
6966
team-reviewers: |
7067
owners
7168
maintainers
72-
draft: false
69+
draft: false

package-lock.json

-3
This file was deleted.

0 commit comments

Comments
 (0)