Skip to content

Commit

Permalink
EBR-105: add missing libraries in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Oct 16, 2024
1 parent 71a50ed commit f9ccf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
pip install allensdk
jlpm add react react-dom webpack prop-types @emotion/react @emotion/styled

- name: Build Extension in Dev Mode
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
python -m pip install --upgrade pip
pip install allensdk
pip install -U pytest pytest-cov pytest-mock
jlpm add react react-dom webpack prop-types @emotion/react @emotion/styled
- name: Build Extension in Dev Mode
run: |
Expand Down

0 comments on commit f9ccf6f

Please sign in to comment.