Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
toomanybrians committed Aug 10, 2022
1 parent 34433cf commit a7e14f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install MPF-MC from new wheel
run: pip install --pre --find-links=dist mpf-mc
- name: Run tests # Can't figure out how to run tests on mac or windows, but I guess that's ok? At least we test the wheel installs? TODO?
if: runner.os == 'linux' and runner.python_version == '3.9' # Really we just need to run the tests once
if: runner.os == 'linux' && runner.python_version == '3.9' # Really we just need to run the tests once
run: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1280x720x24 -ac +extension GLX
export PYTHONPATH=$PYTHONPATH:$(pwd)
Expand Down

0 comments on commit a7e14f8

Please sign in to comment.