Skip to content

try fixing no space left with ubuntu latest ? #202

try fixing no space left with ubuntu latest ?

try fixing no space left with ubuntu latest ? #202

name: Pytorch ASR lab test
on: [push]
jobs:
test-02-asr:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # Cache the installed dependencies
- name: Install the dependencies
working-directory: ./LabsSolutions/02-pytorch-asr
run: python -m pip install -r requirements.txt
# - name: Test implementation
# working-directory: ./LabsSolutions/02-pytorch-asr
# run: python test_implementation.py