Skip to content

Commit

Permalink
Fix the nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd committed Apr 1, 2024
1 parent 752d775 commit b80458a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Nightly Release

on:
pull_request:
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
run: |
./setup_venv.ps1
$env:SHARK_PACKAGE_VERSION=${{ env.package_version }}
pip install -e .
pip wheel -v -w dist . --pre -f https://download.pytorch.org/whl/nightly/cpu -f https://llvm.github.io/torch-mlir/package-index/ -f https://nod-ai.github.io/SRT/pip-release-links.html
python process_skipfiles.py
pyinstaller .\apps\shark_studio\shark_studio.spec
Expand Down

0 comments on commit b80458a

Please sign in to comment.