Skip to content

Commit

Permalink
fix run on pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed May 28, 2022
1 parent 9ceb6a4 commit 7f83c89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
if [[ $RUN_CHECK == 1 ]]; then
pip install -U -r requirements_dev.txt
fi
if [[ $(echo $TOX_ENV | grep pypy3) ]]; then
pip install setuptools==60.10.0
fi
if [[ $(python -c "import sys; print(sys.stdin.encoding)" |grep None) ]]; then
export PYTHONIOENCODING=utf-8
Expand Down

0 comments on commit 7f83c89

Please sign in to comment.