Skip to content

Commit

Permalink
install webserver extra on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Nov 8, 2023
1 parent 7ad1a0b commit 3884705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pip install --upgrade pip
pip install pyqt5
pip install "pytest<7.2"
pip install -e .[dev,cookies]
pip install -e .[dev,cookies,webserver]
- name: Install Python(macOS) Dependencies
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 3884705

Please sign in to comment.