Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarLiu authored Oct 12, 2023
1 parent 7a849a4 commit 79cff9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Entering the virtual python environment..
run: . ./bark_ml/python_wrapper/venv/bin/activate
- name: Installing and upgrading pip packages..
run: pip install --upgrade pip
run: pip install --upgrade --trusted-host pypi.org -r ./utils/docker/installers/requirements.txt
- name: Installing Tensorflow packages..
run: pip install tensorflow-addons==0.11.2 graph-nets==1.1.0 ray==1.0.0
Expand Down

0 comments on commit 79cff9a

Please sign in to comment.