Skip to content

Commit

Permalink
Merge branch 'napari-join-labels' of https://github.com/danforthcente…
Browse files Browse the repository at this point in the history
…r/plantcv-annotate into napari-join-labels
  • Loading branch information
maliagehan committed Mar 28, 2024
2 parents f48cbbc + 970b033 commit a3e5b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

DISPLAY: ':99.0'
steps:
- uses: actions/checkout@main
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -30,6 +30,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov pytest-qt pytest-xvfb ipython
- name: Lint with flake8
Expand Down

0 comments on commit a3e5b83

Please sign in to comment.