From bc2187792e6f01dd0270b27c66659ca2964d1d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 8 Mar 2021 11:28:54 +0100 Subject: [PATCH] CI config update, show OS info --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca383b5f..2b8eafbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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