Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iterative/cml into runner…
Browse files Browse the repository at this point in the history
…-no-special-cases
  • Loading branch information
DavidGOrtega committed May 29, 2022
2 parents 62d1c82 + a257e84 commit 6b0e6b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install tensorboard
- run: |
pip install tensorboard
pip install -I protobuf==3.20.1
- run: npm ci
- run: npm run test
env:
Expand Down

1 comment on commit 6b0e6b8

@github-actions

This comment was marked as outdated.

Please sign in to comment.