Skip to content

Commit

Permalink
show layout
Browse files Browse the repository at this point in the history
  • Loading branch information
augray committed Dec 16, 2024
1 parent 8f1e61d commit a28527f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: sematic-wheel
path: "./dist/sematic.whl"
path: "./dist"
- uses: actions/download-artifact@v4
with:
name: sematic-wheel-test
Expand Down
4 changes: 4 additions & 0 deletions sematic/tests/integration/test_pip_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ else
cd ~/project
fi

echo "Layout:"
find .
echo "-------------"

virtualenv $VENV_NAME

pwd
Expand Down

0 comments on commit a28527f

Please sign in to comment.