Skip to content

Commit 173e93f

Browse files
authored
Merge pull request numpy#86 from rossbar/ci/reorder-dependency-install
CI: Update dependency installation order
2 parents 63deb86 + 66b6d86 commit 173e93f

File tree

4 files changed

+182
-181
lines changed

4 files changed

+182
-181
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m venv venv
2222
source venv/bin/activate
2323
pip install --upgrade pip wheel setuptools
24-
pip install -r requirements.txt -r site/requirements.txt
24+
pip install -r site/requirements.txt -r requirements.txt
2525
2626
- restore_cache:
2727
keys:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy