Skip to content

Commit

Permalink
CI PyPy3 use new virtualenv (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Jun 6, 2020
1 parent 4b146e3 commit 3b16838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: python -m pip install tox
- uses: actions/checkout@v2
- name: use local virtualenv for tox
run: python -m pip install ${{ runner.os == 'Windows' && matrix.py == 'pypy3' && 'virtualenv<20' || '.'}}
run: python -m pip install .
- name: setup python for test ${{ matrix.py }}
if: "!startsWith(matrix.py,'brew@py')"
uses: actions/setup-python@v2
Expand Down
3 changes: 3 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ coverage:
project:
default:
target: '80'
notify:
after_n_builds: 24
wait_for_ci: yes

comment:
layout: "diff, files"
Expand Down

0 comments on commit 3b16838

Please sign in to comment.