Skip to content

Commit

Permalink
include dev,docs dependencies in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zebengberg committed Sep 8, 2023
1 parent fba3f9c commit 75d80a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install pycontrails (dev)
run: |
pip install -U pip wheel
pip install -e .[complete] --verbose
pip install -e .[complete,dev,docs] --verbose
# In latest-windows, redirecting stdout to a file uses utf-16 encoding
# This gives an error when ssh tries to read the key
Expand Down

0 comments on commit 75d80a5

Please sign in to comment.