Skip to content

Commit

Permalink
Fix uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 9, 2024
1 parent 84c7f6e commit 2787aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jax-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e '.[test]' 'jax[cpu]'
python -m pip uninstall lithops
python -m pip uninstall -y lithops
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
pull_request:
# pull_request:
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 2787aad

Please sign in to comment.