Skip to content

Commit da5e994

Browse files
committed
Remove pip install steps in workflows (now covered by make)
1 parent cd184ce commit da5e994

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
name: build docs
2020
no_output_timeout: 25m
2121
command: |
22-
pip install .[doc]
2322
make
2423
- store_artifacts:
2524
path: _site/

.github/workflows/pages.yml

-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
python-version: '3.10.9'
7474
architecture: 'x64'
7575

76-
# Install dependencies:
77-
- name: 'Install dependencies'
78-
run: |
79-
pip install .[doc]
80-
8176
# Generate the documentation:
8277
- name: 'Build documentation'
8378
run: |

0 commit comments

Comments
 (0)