Skip to content

Commit

Permalink
Separately installs the error_propagation module before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorht committed May 18, 2024
1 parent bb03862 commit 029e446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Install package
run: |
pip install .[development]
pip install .[error_propagation]
- name: Run tests
run: |
Expand Down

0 comments on commit 029e446

Please sign in to comment.