Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Aug 26, 2024
1 parent 33e5c75 commit 1be5822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: "Download coverage data"
Expand All @@ -100,7 +101,7 @@ jobs:
echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
- name: "Make badge"
uses: schneegans/dynamic-badges-action@5d424ad4060f866e4d1dab8f8da0456e6b1c4f56 # v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
# GIST_TOKEN is a GitHub personal access token with scope "gist".
auth: ${{ secrets.GIST_TOKEN }}
Expand Down

0 comments on commit 1be5822

Please sign in to comment.