Skip to content

Commit

Permalink
chore: Use requirements.txt file for all so that dependabot can auto-…
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
iwishiwasaneagle committed Feb 22, 2024
1 parent c2d4183 commit 6b68265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: "pip"
cache-dependency-path: |
.github/workflows/requirements.docstr-cov.txt
- name: Install docstr-coverage
run: pip install docstr-coverage==2.2.0
run: pip install -r .github/workflows/requirements.docstr-cov.txt

- name: Get SHAs
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/requirements.docstr-cov.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docstr-coverage==2.2.0

0 comments on commit 6b68265

Please sign in to comment.