Skip to content

Commit ebb0b61

Browse files
committed
install test for tests
1 parent 25ace5a commit ebb0b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache-environment: true
5454
- name: Install pymc-extras
5555
run: |
56-
pip install -e .
56+
pip install -e ".[test]"
5757
python --version
5858
- name: Run tests
5959
run: |
@@ -97,7 +97,7 @@ jobs:
9797
cache-environment: true
9898
- name: Install pymc-extras
9999
run: |
100-
pip install -e .
100+
pip install -e ".[test]"
101101
python --version
102102
- name: Run tests
103103
# This job uses a cmd shell, therefore the environment variable syntax is different!

0 commit comments

Comments
 (0)