Skip to content

Commit

Permalink
force github run to use newly-built wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
toomanybrians committed Oct 4, 2023
1 parent 03b5159 commit 7d013e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ jobs:
git clone --recursive --branch `python get_version.py` https://github.com/missionpinball/mpf.git _mpf ||
git clone --recursive --branch dev https://github.com/missionpinball/mpf.git _mpf &&
pip install -e _mpf
- name: List wheels in dist
run: ls -l dist
- name: Install MPF-MC from new wheel
run: pip install --pre --find-links=dist mpf-mc
run: pip install --pre --no-index --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: ${{ matrix.run-tests }}
run: |
Expand Down

0 comments on commit 7d013e2

Please sign in to comment.