CI config update, show OS info

This commit is contained in:
Eren Gölge 2021-03-08 11:28:54 +01:00
parent 594d8d8f09
commit bc2187792e
1 changed files with 2 additions and 0 deletions

View File

@ -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