summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Müller <elias.mr1@gmail.com>2022-07-09 18:33:34 +0200
committerjaseg <136313+jaseg@users.noreply.github.com>2022-07-11 12:44:47 +0200
commit328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f (patch)
tree843db8275bad0fd6f6f0c11f56b46c3025b2b967
parentaf0a8c6bff09bc75d4f1f6d7638714350b2eb9d4 (diff)
downloadpython-mpv-328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f.tar.gz
python-mpv-328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f.tar.bz2
python-mpv-328bf1d0dc9cc2ad6ecf90b3df657e80cc4dd50f.zip
Fix environment variable
-rw-r--r--.github/workflows/tests.yml5
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'