Skip to content

Commit

Permalink
install tfx in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent 34cfd5e commit 8e9030c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
node-version: 16

- name: Install tfx extension
run: |
npm install
npm install -g tfx-cli
- name: Build the extension
shell: pwsh
env:
Expand Down

0 comments on commit 8e9030c

Please sign in to comment.