Fix environment variable

This commit is contained in:
Elias Müller 2022-07-09 18:32:56 +02:00 committed by jaseg
parent e91fd16f35
commit af0a8c6bff

View file

@ -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'