Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 28, 2024
1 parent ce49558 commit a312b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/import-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
collection: [asr, tts]
# container: python:3.10
steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build wheel
id: nemo-wheel
run: |
Expand Down

0 comments on commit a312b81

Please sign in to comment.