Skip to content

Commit

Permalink
BLD: No pip deps on top of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed May 24, 2024
1 parent 6b6e25b commit 619f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
conda create --name test python=${{ matrix.python }} pytest numpy scipy matplotlib pandas pytables numba scikit-learn pyyaml looseversion pip
conda activate test
pip install -v -e .
pip install -v --no-deps -e .
python -V
conda info
conda list
Expand Down

0 comments on commit 619f1b0

Please sign in to comment.