Yurii Paniv commited on
Commit
35eacfe
1 Parent(s): fcb0718

Fix version

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-sync.yml +1 -1
.github/workflows/hf-sync.yml CHANGED
@@ -35,7 +35,7 @@ jobs:
35
  - name: Set up Python 3.10 #${{ matrix.python-version }}
36
  uses: actions/setup-python@v4
37
  with:
38
- python-version: 3.10 #${{ matrix.python-version }}
39
  - name: Install libsndfile1
40
  run: sudo apt-get update && sudo apt-get install -y libsndfile1
41
  - name: Install dependencies
35
  - name: Set up Python 3.10 #${{ matrix.python-version }}
36
  uses: actions/setup-python@v4
37
  with:
38
+ python-version: '3.10' #${{ matrix.python-version }}
39
  - name: Install libsndfile1
40
  run: sudo apt-get update && sudo apt-get install -y libsndfile1
41
  - name: Install dependencies