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:
|
||||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue