Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
version: 2.1

orbs:
python: circleci/python@1.2.1
python: circleci/python@3.0.0

jobs:
build_docs:
executor: python/default
steps:
- checkout
- python/install-packages:
args: --upgrade --upgrade-strategy=eager
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
args: --upgrade --upgrade-strategy=eager
args: --upgrade --upgrade-strategy eager

Perhaps this will work? The pip docs suggest there doesn't need to be a =.

pkg-manager: pip-dist
pip-dependency-file: docs/requirements.txt
- run:
Expand All @@ -31,9 +32,7 @@ jobs:
- run:
name: Install and configure dependencies
command: |
# Old version used because of gh-pages bug:
# https://github.com/tschaub/gh-pages/issues/354
npm install -g --silent [email protected]
npm install -g --silent gh-pages
git config --global user.email "MatplotlibCircleBot@nomail"
git config --global user.name "MatplotlibCircleBot"
- add_ssh_keys:
Expand Down
28 changes: 0 additions & 28 deletions .github/.github/workflows/lighthouse.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/.github/workflows/pre-commit.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/.github/workflows/publish-pypi.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/.githubold/pull_request_template.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/.githubold/workflows/main.yml

This file was deleted.