ci: Avoid installing virtualenv.
virtualenv was replace with python native venv in
6ac2165
.
This commit is contained in:
parent
61abb4f59c
commit
68f811d4d8
12
.github/workflows/zulip-tests.yml
vendored
12
.github/workflows/zulip-tests.yml
vendored
|
@ -19,11 +19,7 @@ jobs:
|
|||
python-version: 3.6
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo rm -vf /etc/apt/sources.list.d/*
|
||||
sudo apt-get update
|
||||
sudo apt-get install virtualenv
|
||||
tools/provision --force
|
||||
run: tools/provision --force
|
||||
|
||||
- name: Running Test-Suite
|
||||
run: |
|
||||
|
@ -46,11 +42,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo rm -vf /etc/apt/sources.list.d/*
|
||||
sudo apt-get update
|
||||
sudo apt-get install virtualenv
|
||||
tools/provision --force
|
||||
run: tools/provision --force
|
||||
|
||||
- name: Running Test-Suite
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue