Skip to content

Commit

Permalink
Update: workflow.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 23, 2023
1 parent 91e0f40 commit 34274b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Test with PyTest with Coverage
run: coverage run --source=bip38 -m pytest
- name: Submit Coverage report to Coveralls
if: ${{ matrix.python-version < "3.11" }}
if: ${{ matrix.python-version == "3.11" }}
run: coveralls

0 comments on commit 34274b6

Please sign in to comment.