Skip to content

Commit

Permalink
FIX: Fix test hangs with PySide2/Big Sur
Browse files Browse the repository at this point in the history
See enthought/pyface#1056

	modified:   .github/workflows/bleeding-edge.yml
	modified:   .github/workflows/test-with-edm.yml
	modified:   .github/workflows/test-with-pip.yml
  • Loading branch information
Poruri Sai Rahul committed Dec 17, 2021
1 parent 45fde3d commit 881e7a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
# Enforce selection of toolkit
ETS_TOOLKIT: qt
QT_MAC_WANTS_LAYER: 1
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-with-edm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on: pull_request

env:
INSTALL_EDM_VERSION: 3.3.1
QT_MAC_WANTS_LAYER: 1

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-with-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
# Enforce selection of toolkit
ETS_TOOLKIT: qt
QT_MAC_WANTS_LAYER: 1
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 881e7a9

Please sign in to comment.