We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ace5a commit ebb0b61Copy full SHA for ebb0b61
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
cache-environment: true
54
- name: Install pymc-extras
55
run: |
56
- pip install -e .
+ pip install -e ".[test]"
57
python --version
58
- name: Run tests
59
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
# This job uses a cmd shell, therefore the environment variable syntax is different!
0 commit comments