Skip to content

Commit

Permalink
Merge pull request #223 from rodrigomologni/fix/examples
Browse files Browse the repository at this point in the history
Update build_all_examples.py
  • Loading branch information
takluyver committed Mar 21, 2021
2 parents 89431e7 + dda7bbc commit 699a87b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/build_all_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

example_cfgs = [
'console/installer.cfg',
'pyqt/installer.cfg',
'tkinter/installer.cfg',
'pygame/installer.cfg',
'pygtk/installer.cfg',
'pygtk_mpl_numpy/installer.cfg',
'pygi_mpl_numpy/installer.cfg',
# 'pygi_mpl_numpy/installer.cfg', # this example does not currently work
'pyglet/installer.cfg',
'pyqt5/installer.cfg',
'pyqt5_opencv/installer.cfg',
'pyqt5_qml/installer.cfg',
'pywebview/installer.cfg',
]

examples_dir = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 699a87b

Please sign in to comment.