Skip to content

Commit

Permalink
Ultralytics Refactor https://ultralytics.com/actions (#40)
Browse files Browse the repository at this point in the history
Automated merge of Ultralytics Code Refactor
  • Loading branch information
pderrenger authored Nov 21, 2024
1 parent 25b7584 commit 19322d7
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 19322d7

Please sign in to comment.