Skip to content

Commit

Permalink
🔨 chore: uninstall cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Oct 31, 2024
1 parent 4f75e32 commit adc3cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd-pr-dev-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip uninstall zerohertzLib -y
pip install .'[all]'
- name: Slack webhook
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cicd-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip uninstall zerohertzLib -y
pip install .'[all]'
- name: Slack webhook
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cicd-push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install build
pip uninstall zerohertzLib -y
python -m build .
pip install .'[all]'
Expand Down

0 comments on commit adc3cf4

Please sign in to comment.