Skip to content

Commit

Permalink
add install for tfx-cli (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zargath authored Oct 4, 2021
1 parent 9c33f21 commit 7e9fe56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
node-version: 12.x

- name: Install Dependencies
run: npm install
run: npm install -g tfx-cli

- name: Download artifact
uses: actions/download-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: 12.x

- name: Install Dependencies
run: npm install
run: npm install -g tfx-cli

- name: Download artifact
uses: actions/download-artifact@v1
Expand Down

0 comments on commit 7e9fe56

Please sign in to comment.