Fix environment variable
This commit is contained in:
parent
e91fd16f35
commit
af0a8c6bff
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -12,15 +12,15 @@ defaults:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
|
||||||
env:
|
|
||||||
DISPLAY: :0
|
|
||||||
test-python:
|
test-python:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
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:
|
||||||
|
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