Skip to content

Commit

Permalink
Install charset on MacOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moehmeni committed May 10, 2024
1 parent da56030 commit 0212088
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
poetry env use ${{ matrix.python-version }}
poetry install
- name: Clear pytest cache
run: rm -rf .pytest_cache
- name: Install charset on MacOS
if: matrix.os == 'macos-latest'
run: poetry run pip install charset

- 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 0212088

Please sign in to comment.