diff options
author | Elias Müller <elias.mr1@gmail.com> | 2022-07-09 18:33:34 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-07-11 12:44:47 +0200 |
commit | 328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f (patch) | |
tree | 843db8275bad0fd6f6f0c11f56b46c3025b2b967 /.github | |
parent | af0a8c6bff09bc75d4f1f6d7638714350b2eb9d4 (diff) | |
download | python-mpv-328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f.tar.gz python-mpv-328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f.tar.bz2 python-mpv-328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f.zip |
Fix environment variable
Diffstat (limited to '.github')
-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' |