Skip to content

Commit

Permalink
Merge branch 'main' into glenn-jocher-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant authored Dec 7, 2024
2 parents d9c7d2e + 19322d7 commit 964227b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
- cron: "0 0 * * *" # Runs at 00:00 UTC every day

jobs:
Test:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache: "pip"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 964227b

Please sign in to comment.