Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-h-benedetti committed Aug 21, 2023
1 parent f967373 commit 3609eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
with:
python-version: 3.9
- name: Install xcb
run: sudo apt-get install libxcb-xinerama0
run: sudo apt-get install libxcb-icccm4
- name: Install dependencies
run: |
pip install opencv-python-headless "napari[all]"
pip install qtpy cellpose termcolor
pip install pyqt cellpose termcolor
pip install Sphinx sphinx-rtd-theme sphinx-tabs myst-parser
- name: Sphinx build
run: |
Expand Down

0 comments on commit 3609eca

Please sign in to comment.