subatomicseer commited on
Commit
8d88cf6
·
1 Parent(s): 37178f4

Update main.yml

Browse files

upgrade protobuf explicitly

Files changed (1) hide show
  1. .github/workflows/main.yml +3 -1
.github/workflows/main.yml CHANGED
@@ -19,7 +19,9 @@ jobs:
19
  python test.py --content_image images/content/cat.jpg --style_image images/art/asheville.jpg
20
 
21
  - name: Install streamlit dependencies
22
- run: pip install -r streamlit_app/requirements.txt
 
 
23
 
24
  - name: Run streamlit app
25
  run: |
 
19
  python test.py --content_image images/content/cat.jpg --style_image images/art/asheville.jpg
20
 
21
  - name: Install streamlit dependencies
22
+ run: |
23
+ pip install -r streamlit_app/requirements.txt
24
+ pip install --upgrade protobuf
25
 
26
  - name: Run streamlit app
27
  run: |