Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docstr-cov.yml
Original file line number Diff line number Diff line change
@@ -31,12 +31,12 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.x

- name: Install interrogate
run: pip install interrogate==1.5.0 parse==1.19.0
run: pip install interrogate==1.5.0 parse==1.19.0 setuptools

- name: Get SHAs
run: |

0 comments on commit dce9041

Please sign in to comment.