Skip to content

Commit

Permalink
Update lock file, bump actions poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Nov 14, 2023
1 parent 41f6c0e commit 7c6f90b
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 588 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
architecture: x64
- name: Install and configure Poetry
run: |
pip install poetry==1.3.2
pip install poetry==1.7.0
poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
architecture: x64
- name: Install and configure Poetry
run: |
pip install poetry==1.3.2
pip install poetry==1.7.0
poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit 7c6f90b

Please sign in to comment.