Skip to content

Commit

Permalink
chore(ci): remove all build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 18, 2024
1 parent 229e050 commit 3413ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:

- name: Install dependencies for profiling
run: |
rm -rf differt-core/python/differt_core/*.so
uv pip install -r pyproject.toml --extra tests \
--python='${{ steps.setup-python.outputs.python-path }}' \
--config-settings=build-args='--profile profiling' --reinstall-package differt_core
Expand All @@ -156,6 +157,7 @@ jobs:

- name: Re-install dependencies
run: |
rm -rf differt-core/python/differt_core/*.so
uv pip install -r pyproject.toml --extra tests \
--python='${{ steps.setup-python.outputs.python-path }}' \
--config-settings=build-args='--profile profiling' --reinstall-package differt_core
Expand Down

0 comments on commit 3413ed6

Please sign in to comment.