Skip to content

Commit

Permalink
fix: do not install piff from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jul 15, 2024
1 parent a248431 commit 50174af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: configure conda and install code
shell: bash -l {0}
run: |
conda uninstall --force --yes piff
python -m pip install -e . -vv
- name: run cli
Expand Down

0 comments on commit 50174af

Please sign in to comment.