Skip to content

Commit d5f1016

Browse files
authored
Update test.yaml
1 parent 759797e commit d5f1016

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
- name: Install system dependencies
1616
run: |
1717
sudo apt-get update
18+
sudo apt-get install -y software-properties-common
19+
sudo add-apt-repository universe
1820
sudo apt-get install -y python3-distutils
1921
22+
2023
- name: Install requirements
2124
run: |
2225
pip install -r requirements.txt

0 commit comments

Comments
 (0)