Skip to content

Commit e995588

Browse files
committed
Move build dependencies to the top-level environment.yml
1 parent a2059e9 commit e995588

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
- name: Build Pandas
4141
uses: ./.github/actions/build_pandas
4242

43-
- name: Install build dependencies
44-
run: |
45-
python -m pip install -r web/pandas/requirements.txt
46-
4743
- name: Build website
4844
run: python web/pandas_web.py web/pandas --target-path=web/build
4945

environment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,8 @@ dependencies:
123123
- feedparser
124124
- pyyaml
125125
- requests
126+
127+
# build the interactive terminal
128+
- jupyterlab >=3.4,<4
129+
- pip:
130+
- jupyterlite==0.1.0b9

web/pandas/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)