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 e096b6d commit c1dd747Copy full SHA for c1dd747
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies (python)
34
run: |
35
python -m pip install --upgrade pip wheel build twine requests
36
- pip install -e .[doc,test]
+ pip install -e .[docs,test]
37
38
- name: Install CmdStan
39
0 commit comments