Skip to content

Commit

Permalink
Update packages (#30)
Browse files Browse the repository at this point in the history
* build(deps): run poetry update and remove constraints.txt

constraints.txt was not really used anyway.

* build(deps): bump package from 0.5.0 to 0.5.1
  • Loading branch information
engeir authored Jul 25, 2023
1 parent fa91bc5 commit 53be1b4
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 600 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/constraints.txt

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:

- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
# pip install --constraint=.github/workflows/constraints.txt pip
pip install pip
pip --version
- name: Install Poetry
run: |
pip install --constraint=.github/workflows/constraints.txt poetry
# pip install --constraint=.github/workflows/constraints.txt poetry
pip install poetry
poetry --version
- name: Check if there is a parent commit
Expand Down
Loading

0 comments on commit 53be1b4

Please sign in to comment.