summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-10-27 10:17:08 +0200
committerGitHub <noreply@github.com>2021-10-27 10:17:08 +0200
commit81db2e7e3c537572cbec0049d8f125b0bdba6393 (patch)
tree922cc1d2eba65bc8344a45fbf3845414351df24b /.circleci/config.yml
parentd7554331fc409fea48ee758fd630909dd9dc4827 (diff)
[WIP] POT build without installing cython first (#293)
* test build with no dep * cleaning up stuff * build wheels
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 379394a..f13aaa0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -38,10 +38,11 @@ jobs:
name: Get Python running
command: |
python -m pip install --user --upgrade --progress-bar off pip
+ python -m pip install --user -e .
python -m pip install --user --upgrade --progress-bar off -r requirements.txt
python -m pip install --user --upgrade --progress-bar off -r docs/requirements.txt
python -m pip install --user --upgrade --progress-bar off ipython "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
- python -m pip install --user -e .
+
- save_cache:
key: pip-cache