Skip to content

CircleCI updates: Unify requirements, drop conda, refactor to reduce duplication #3164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
46e06e8
Remove miniconda2 installation branch
jonmmease Apr 22, 2021
37628c9
Install requirements for orca test from same requirements.txt file
jonmmease Apr 22, 2021
6b19e1e
disable non-orca tests temporarily
jonmmease Apr 22, 2021
513251f
disable dev-build
jonmmease Apr 22, 2021
28b3349
Use same circleci image for orca job as optional jobs
jonmmease Apr 22, 2021
56eb217
remove editable plotly-geo from optional requirements.txt
jonmmease Apr 22, 2021
8c7c3c6
Fix orca test path
jonmmease Apr 22, 2021
b0b2367
Install poppler
jonmmease Apr 22, 2021
0b390fb
store failed images as artifacts
jonmmease Apr 22, 2021
30420e8
Update orca image baselines
jonmmease Apr 22, 2021
ec4911c
Try global npm install
jonmmease Apr 22, 2021
1f6b2fb
Try again with orca install from npm
jonmmease Apr 22, 2021
0729420
try orca path fix
jonmmease Apr 22, 2021
8141262
baseline
jonmmease Apr 22, 2021
273835e
Revert "baseline"
jonmmease Apr 22, 2021
d9197f8
Specify orca engine explicitly
jonmmease Apr 22, 2021
31228a7
blacken
jonmmease Apr 22, 2021
18ff7d9
baselines
jonmmease Apr 22, 2021
665b78d
reduce duplication with circleci commands
jonmmease Apr 22, 2021
f5053a7
stay with .circleci version 2
jonmmease Apr 22, 2021
64f3b15
use underscores for command names
jonmmease Apr 22, 2021
0a46829
Update to 2.1
jonmmease Apr 22, 2021
dd9db8d
Fix optional command
jonmmease Apr 22, 2021
e1e5421
Use optional requirements.txt from percy CI job
jonmmease Apr 22, 2021
738a1dc
Split optional and orca commands
jonmmease Apr 22, 2021
ca7bb77
Re-enable all CI tests
jonmmease Apr 22, 2021
13b7c77
Remove old conda ci configuration files
jonmmease Apr 22, 2021
44f312a
Remove extra double-quote
jonmmease Apr 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
340 changes: 144 additions & 196 deletions .circleci/config.yml

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions .circleci/create_conda_optional_env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .circleci/install_miniconda_and_build_.sh

This file was deleted.

Loading