Skip to content

Commit

Permalink
Install tensorflow before hot fair utilties
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jul 24, 2023
1 parent b108acc commit 8150430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
run: |
cd ramp-code && cd colab && make install
- name: Install tensorflow
run: pip install tensorflow==2.9.2

- name: Install fair utilities
run: pip install hot-fair-utilities

Expand Down

0 comments on commit 8150430

Please sign in to comment.