Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed Jun 13, 2024
1 parent bbe2405 commit 7fd0f73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
with:
python-version: '3.8'

- name: pull latest
run: |
git pull
- name: Install Poetry
run: pip install poetry

- name: Update dependencies
run: |
poetry install
poetry update
poetry lock --no-update
- name: Commit changes
run: |
Expand Down

0 comments on commit 7fd0f73

Please sign in to comment.