Skip to content

Commit

Permalink
add pytest-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 10, 2023
1 parent a665276 commit 2c1a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
python-version: "3.10"
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip pytest-pretty
python -m pip install -e .[testing]
python -m pip install -e ./napari-from-github[pyqt5]
Expand Down

0 comments on commit 2c1a201

Please sign in to comment.