Skip to content

Commit

Permalink
Merge branch 'master' into homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Aug 18, 2024
2 parents cd4fbd3 + fb81cf9 commit 6fb07cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 1 addition & 3 deletions .github/workflows/python-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: 0 15 * * *

env:
PYTHON: python3.11
Expand All @@ -30,7 +28,7 @@ jobs:
run: |
${PYTHON} -m pip install --upgrade pip
${PYTHON} -m pip cache purge
${PYTHON} -m pip install . -v
CXXFLAGS=-std=c++11 ${PYTHON} -m pip install . -v
- name: Test
run: |
make test
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: 0 15 * * *

jobs:
build:
Expand Down

0 comments on commit 6fb07cb

Please sign in to comment.