From af0a8c6bff09bc75d4f1f6d7638714350b2eb9d4 Mon Sep 17 00:00:00 2001 From: Elias Müller Date: Sat, 9 Jul 2022 18:32:56 +0200 Subject: Fix environment variable --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7cc905f..4185ea3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,15 +12,15 @@ defaults: jobs: - build: - env: - DISPLAY: :0 test-python: runs-on: ubuntu-22.04 strategy: matrix: python-version: [ '3.10' ] # '3.7', '3.8', '3.9' name: 'Python' + build: + env: + DISPLAY: :0 steps: - uses: actions/checkout@v2 - name: 'Install Python' -- cgit