We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7caba5 commit 77b9c1bCopy full SHA for 77b9c1b
.github/workflows/ci.yml
@@ -70,10 +70,10 @@ jobs:
70
- name: Install system dependencies
71
run: |
72
sudo apt-get install -qq --no-install-recommends \
73
- tox \
74
libxml2-dev libxslt1-dev \
75
libldap2-dev libsasl2-dev \
76
gettext
+ pip install tox virtualenv
77
- name: Run tox
78
run: tox -e ${{ matrix.toxenv }}
79
- uses: codecov/codecov-action@v1
0 commit comments