From 328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f Mon Sep 17 00:00:00 2001 From: Elias Müller Date: Sat, 9 Jul 2022 18:33:34 +0200 Subject: Fix environment variable --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4185ea3..9fca786 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,9 +18,8 @@ jobs: matrix: python-version: [ '3.10' ] # '3.7', '3.8', '3.9' name: 'Python' - build: - env: - DISPLAY: :0 + env: + DISPLAY: :0 steps: - uses: actions/checkout@v2 - name: 'Install Python' -- cgit