Skip to content

Commit

Permalink
🚧 Expose places where Python's default encoding is used, which is not…
Browse files Browse the repository at this point in the history
… good practice.
  • Loading branch information
victorlin committed Jan 25, 2024
1 parent 2a08326 commit 1b52deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
COVERAGE_FILE: ${{ github.workspace }}/.coverage@python=${{ matrix.python-version }},biopython=${{ matrix.biopython-version || 'latest' }}
COVERAGE_RCFILE: ${{ github.workspace }}/.coveragerc
PYTHONWARNDEFAULTENCODING: 1
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1b52deb

Please sign in to comment.