Skip to content

Commit

Permalink
add dependabot, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 19, 2023
1 parent 7a16f20 commit e8b9fde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "daily"
3 changes: 1 addition & 2 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools -U
python -m pip install pygame-ce
python -m build --wheel
python -m pip install .
python -m setup install
- name: Run Tests
run: |
python -m unittest

0 comments on commit e8b9fde

Please sign in to comment.