Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Feb 12, 2019
1 parent fa2e6ef commit 508d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
- CIRCLE_TEST_REPORTS
- OMP_NUM_THREADS
- PYEMMA_NJOBS
script: pip install . --ignore-dependencies
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
build:
Expand Down

0 comments on commit 508d925

Please sign in to comment.