Skip to content

Commit

Permalink
build: add missing toml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Dec 17, 2023
1 parent b85b72a commit fc80170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
python-version: "3.10"
- name: Install Coverage
run: python -m pip install coverage==7.3.3
run: python -m pip install "coverage[toml]==7.3.3"
- name: Download Coverage Data
uses: actions/download-artifact@v3
- name: Prepare Coverage Report
Expand Down

0 comments on commit fc80170

Please sign in to comment.