Skip to content

Commit

Permalink
Issue #74: Set env vars for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick committed May 4, 2020
1 parent 9b76a7a commit edf65ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -6,9 +6,6 @@ jobs:
matrix:
os: [ubuntu-18.04, macos-latest, windows-latest]

services:
- xfb

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -22,6 +19,12 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Set environmental variables for linux
if: shell == "bash"
env:
LD_LIBRARY_PATH: ${CI_PROJECT_DIR}/.tox/py36/lib/python3.6/site-packages/PySide2/Qt/plugins/platforms
DISPLAY: localhost:1

- name: Run tox
run: |
tox
Expand Down

0 comments on commit edf65ff

Please sign in to comment.