Skip to content

Commit

Permalink
Fix Yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Sep 6, 2024
1 parent eb1e2ac commit 21ff54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pre_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
.\run-install.bat
.\env\python.exe core.py "prerequisites" --models "True" --pretraineds_v1 "False" --pretraineds_v2 "True" --exe "True"
.\env\python.exe -m pip install fastapi==0.112.4 gradio==4.43.0 gradio-client==1.3.0 pydantic==2.9.0 numpy>=1.24.4
- name: Clean up unnecessary files
run: |
Expand Down Expand Up @@ -106,6 +107,7 @@ jobs:
python -m ensurepip
python -m pip install "pip<24.1"
python -m pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121
python -m pip install fastapi==0.112.4 gradio==4.43.0 gradio-client==1.3.0 pydantic==2.9.0 numpy>=1.24.4
deactivate
rm -f .venv/pyvenv.cfg
rm -f .venv/bin/activate
Expand Down Expand Up @@ -188,6 +190,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install fastapi==0.112.4 gradio==4.43.0 gradio-client==1.3.0 pydantic==2.9.0 numpy>=1.24.4
- name: Record final state of site-packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
changelog=$(cat summarized_changelog.txt)
GH_RELEASE_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} npx gh-release \
-t "${tag_name}" \
-n "Release ${tag_name}" \
-n "Applio ${tag_name}" \
-c "main" \
-b "## Important Installation Guidelines
Expand Down

0 comments on commit 21ff54d

Please sign in to comment.