Skip to content

Commit

Permalink
r2
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 19, 2023
1 parent b981d9c commit 2a9efa8
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 @@ -22,8 +22,9 @@ jobs:
run: |
brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf pkg-config
python -m pip install --upgrade pip
python -m pip install setuptools -U
python -m pip install pygame-ce
python -m pip install . --no-deps
python -m pip install setup install
- name: Run Tests
run: |
python -m unittest

0 comments on commit 2a9efa8

Please sign in to comment.