We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61abb4f commit 68f811dCopy full SHA for 68f811d
.github/workflows/zulip-tests.yml
@@ -19,11 +19,7 @@ jobs:
19
python-version: 3.6
20
21
- 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
+ run: tools/provision --force
27
28
- name: Running Test-Suite
29
run: |
@@ -46,11 +42,7 @@ jobs:
46
42
python-version: ${{ matrix.python-version }}
47
43
48
44
49
50
51
52
53
45
54
55
56
0 commit comments