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 f1c2c44 commit 2fe52bbCopy full SHA for 2fe52bb
.github/workflows/test.yaml
@@ -15,11 +15,11 @@ jobs:
15
16
- name: Install requirements
17
run: |
18
- sudo apt-get update
19
- sudo apt-get install -y software-properties-common
+ sudo apt update
+ sudo apt install -y software-properties-common
20
sudo add-apt-repository universe
21
22
- # sudo apt-get install -y python3-distutils || echo "Skipping python3-distutils installation as it is not available"
+ sudo apt install -y python3-distutils || echo "Skipping python3-distutils installation as it is not available"
23
pip install -r requirements.txt
24
25
- name: Install Node.js and CML
0 commit comments