Skip to content

Commit f5b8035

Browse files
authored
Merge pull request #37 from acsone/fix-ci
Fix CI
2 parents b7caba5 + 77b9c1b commit f5b8035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
- name: Install system dependencies
7171
run: |
7272
sudo apt-get install -qq --no-install-recommends \
73-
tox \
7473
libxml2-dev libxslt1-dev \
7574
libldap2-dev libsasl2-dev \
7675
gettext
76+
pip install tox virtualenv
7777
- name: Run tox
7878
run: tox -e ${{ matrix.toxenv }}
7979
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)