diff options
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 5 |
1 files 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' |