Skip to content

Commit

Permalink
Install chardet fro macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
moehmeni committed May 10, 2024
1 parent 293f26d commit c441ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
poetry env use ${{ matrix.python-version }}
poetry install
- name: Install charset on MacOS
- name: Install chardet on MacOS
if: matrix.os == 'macos-latest'
run: poetry add charset
run: poetry add chardet

- name: Running provider tests
run: poetry run python -m pytest -k "not netease" --durations=0 -vv -s --log-cli-level=DEBUG tests.py

0 comments on commit c441ea2

Please sign in to comment.