Skip to content

Commit 2fe52bb

Browse files
authored
Update test.yaml
1 parent f1c2c44 commit 2fe52bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
- name: Install requirements
1717
run: |
18-
sudo apt-get update
19-
sudo apt-get install -y software-properties-common
18+
sudo apt update
19+
sudo apt install -y software-properties-common
2020
sudo add-apt-repository universe
21-
sudo apt-get update
22-
# sudo apt-get install -y python3-distutils || echo "Skipping python3-distutils installation as it is not available"
21+
sudo apt update
22+
sudo apt install -y python3-distutils || echo "Skipping python3-distutils installation as it is not available"
2323
pip install -r requirements.txt
2424
2525
- name: Install Node.js and CML

0 commit comments

Comments
 (0)