Skip to content

Commit

Permalink
I can't anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 19, 2023
1 parent c1c8782 commit 7a16f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools -U
python -m pip install pygame-ce
python -m setup.py install
python -m build --wheel
python -m pip install .
- name: Run Tests
run: |
python -m unittest

0 comments on commit 7a16f20

Please sign in to comment.