Skip to content

Commit

Permalink
Merge pull request #139 from ASFHyP3/fix-requirements-path
Browse files Browse the repository at this point in the history
Fix requirements path
  • Loading branch information
jtherrmann authored Dec 10, 2024
2 parents 2b917c6 + 9e08d4a commit 5608d5d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
directories:
- "/"
- "/data_management"
schedule:
interval: weekly
labels:
- bumpless
- package-ecosystem: github-actions
directory: /
directory: "/"
schedule:
interval: weekly
labels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/process-and-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Process and Transfer

on:
schedule:
# Run every six hours, on the hour
- cron: '0 */6 * * *'
# Run every three hours, on the hour
- cron: '0 */3 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion data_management/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- python>=3.9
- pip
- pip:
- -r requirements-data-management.txt
- -r requirements.txt
File renamed without changes.

0 comments on commit 5608d5d

Please sign in to comment.