Skip to content

Commit

Permalink
reverted macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 19, 2023
1 parent e8b9fde commit b7280fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: macOS latest

on: [ push, pull_request ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Python:
runs-on: macos-latest
Expand All @@ -17,10 +21,9 @@ jobs:
- name: Install dependencies
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 setup install
python -m pip install .
- name: Run Tests
run: |
python -m unittest
python -m unittest

0 comments on commit b7280fd

Please sign in to comment.