Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Sep 13, 2024
1 parent 18e165e commit 060721a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nightly-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ivy-llc/ivy
path: ivy
path: ivy_repo
persist-credentials: false
submodules: "recursive"
fetch-depth: 1
Expand Down
8 changes: 5 additions & 3 deletions tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ $2 == true ]; then
export VERSION=nightly
fi

cd ivy
cd ivy_repo
pip install -e .

cd ../demos
Expand All @@ -14,8 +14,10 @@ mkdir .ivy
pip install -r requirements.txt >/dev/null 2>&1

# get the binaries
VERSION=nightly python3 -c "import ivy; ivy.utils.cleanup_and_fetch_binaries(clean=True)"

python3 << 'EOF'
import ivy
ivy.utils.cleanup_and_fetch_binaries(clean=True)
EOF

# run test
if [ $3 == true ]; then
Expand Down

0 comments on commit 060721a

Please sign in to comment.