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
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: check OS
|
||||||
|
run: cat /etc/os-release
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
Loading…
Reference in New Issue