Skip to content

remove variables for testing #2

remove variables for testing

remove variables for testing #2

name: Update depencies in poetry lockfile
on:
schedule:
- cron: '0 1 * * 1'
push:
workflow_dispatch:
jobs:
update_dependencies:
runs-on: ubuntu-latest
steps:
# Check out repo and set up Python
- uses: actions/checkout@v3
with:
lfs: true
# Use cached python and dependencies, install poetry
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
# update poetry lockfile
- name: "Update poetry lock file"
id: update
run: |
poetry run poetry update
# create pull request if necessary
- name: "Create Pull Request"
uses: peter-evans/create-pull-request@v5
with:
commit-message: Update dependencies
title: "Update dependencies"
body: |
- Dependency updates