Skip to content

Commit

Permalink
fix: try first uninstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed May 31, 2024
1 parent 037a581 commit b4f5630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip uninstall -y ape-arbitrum || true
pip install .[test]
- name: Run Tests
Expand Down

0 comments on commit b4f5630

Please sign in to comment.