mirror of https://github.com/coqui-ai/TTS.git
CI config update, show OS info
This commit is contained in:
parent
594d8d8f09
commit
bc2187792e
|
@ -25,6 +25,8 @@ jobs:
|
|||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: check OS
|
||||
run: cat /etc/os-release
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
|
|
Loading…
Reference in New Issue