Skip to content

Commit 85d7803

Browse files
authored
Update test.yaml
1 parent 58bf9f3 commit 85d7803

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.9'
1515

1616
- name: Install requirements
1717
run: |
@@ -21,7 +21,6 @@ jobs:
2121
2222
- name: Install Node.js and CML
2323
run: |
24-
sudo apt-get update
2524
sudo apt-get install -y nodejs npm
2625
npm install -g @dvcorg/cml
2726

0 commit comments

Comments
 (0)