Skip to content

Commit 68f811d

Browse files
ganpa3timabbott
authored andcommitted
ci: Avoid installing virtualenv.
virtualenv was replace with python native venv in 6ac2165.
1 parent 61abb4f commit 68f811d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/zulip-tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
python-version: 3.6
2020

2121
- name: Install dependencies
22-
run: |
23-
sudo rm -vf /etc/apt/sources.list.d/*
24-
sudo apt-get update
25-
sudo apt-get install virtualenv
26-
tools/provision --force
22+
run: tools/provision --force
2723

2824
- name: Running Test-Suite
2925
run: |
@@ -46,11 +42,7 @@ jobs:
4642
python-version: ${{ matrix.python-version }}
4743

4844
- name: Install dependencies
49-
run: |
50-
sudo rm -vf /etc/apt/sources.list.d/*
51-
sudo apt-get update
52-
sudo apt-get install virtualenv
53-
tools/provision --force
45+
run: tools/provision --force
5446

5547
- name: Running Test-Suite
5648
run: |

0 commit comments

Comments
 (0)