Skip to content

Commit

Permalink
Move from Conda develop to pip develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel-van-de-Plassche committed Jan 17, 2025
1 parent fe8ca4a commit 98e902b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Test with pytest
run: |
conda install pytest
conda develop .
pytest .
pip install -e .
pytest
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit 98e902b

Please sign in to comment.