Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhad committed Sep 17, 2023
1 parent fcb0718 commit 35eacfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hf-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Python 3.10 #${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: 3.10 #${{ matrix.python-version }}
python-version: '3.10' #${{ matrix.python-version }}
- name: Install libsndfile1
run: sudo apt-get update && sudo apt-get install -y libsndfile1
- name: Install dependencies
Expand Down

0 comments on commit 35eacfe

Please sign in to comment.