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