Skip to content

Commit

Permalink
Remove aggressive caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 22, 2024
1 parent 3bc0a42 commit 0bf92dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-deps-
- id: build_and_upload
run: |
# Build wheel
export CARGO_TARGET_DIR=~/target
uv v
source .venv/bin/activate
uv pip install pip maturin boto3
if ! ls ~/target/wheels/*.whl 1> /dev/null 2>&1; then
# Build wheel
maturin build --release
fi
maturin build --release
count=$(ls ~/target/wheels/*.whl 2> /dev/null | wc -l)
if [ "$count" -gt 1 ]; then
Expand Down

0 comments on commit 0bf92dc

Please sign in to comment.