We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66cfaa commit 9d79987Copy full SHA for 9d79987
.github/workflows/github-actions.yml
@@ -20,7 +20,7 @@ jobs:
20
repository: stumpy-dev/stumpy
21
- name: Upgrade Pip, Install Minimum Requirements
22
run: |
23
- python -m pip install --upgrade pip pandas lxml packaging
+ python -m pip install --upgrade pip pandas lxml packaging docutils
24
shell: bash
25
- name: Generate Python versions
26
id: set-matrix
0 commit comments