Skip to content

Commit

Permalink
Merge pull request #29 from lyz-code/fix/automatic-dependencies-update
Browse files Browse the repository at this point in the history
ci: set up python for the update job
  • Loading branch information
lyz-code committed Dec 28, 2020
2 parents 0bdf679 + b6c9c26 commit f25b0ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Update
on: # yamllint disable-line rule:truthy
schedule:
- cron: 0 * * * *
- cron: 11 * * * *

jobs:
Update:
Expand All @@ -12,6 +12,10 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: pip install pip-tools
- name: Update requirements
Expand Down

0 comments on commit f25b0ed

Please sign in to comment.