Fix environment variable
This commit is contained in:
parent
af0a8c6bff
commit
328bf1d0dc
1 changed files with 2 additions and 3 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -18,9 +18,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ '3.10' ] # '3.7', '3.8', '3.9'
|
python-version: [ '3.10' ] # '3.7', '3.8', '3.9'
|
||||||
name: 'Python'
|
name: 'Python'
|
||||||
build:
|
env:
|
||||||
env:
|
DISPLAY: :0
|
||||||
DISPLAY: :0
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: 'Install Python'
|
- name: 'Install Python'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue