Skip to content

Commit

Permalink
actions/setup-python for ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron committed Jan 8, 2025
1 parent b5be63d commit b780805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
push:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: # Enables on-demand/manual triggering
Expand All @@ -7,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: |
pip install -q requests
cd manifold
Expand Down

0 comments on commit b780805

Please sign in to comment.