Skip to content

Commit 0c95ee0

Browse files
authored
Merge pull request #1056 from martinRenou/add_pandas_to_bot
Add pandas to bot
2 parents 0f4a69c + 8fffdf7 commit 0c95ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
channels: conda-forge
4040

4141
- name: Mamba install dependencies
42-
run: mamba install python=${{ matrix.python-version }} pip nodejs flake8 jupyterlab ipywidgets jupyter-packaging~=0.7.9
42+
run: mamba install python=${{ matrix.python-version }} pip nodejs flake8 jupyterlab ipywidgets pandas jupyter-packaging~=0.7.9
4343

4444
- name: Install ipyleaflet
4545
run: pip install .

0 commit comments

Comments
 (0)