Skip to content

Commit

Permalink
Update poetry in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tkkuehn committed Apr 19, 2023
1 parent 5662bfd commit 58b26b1
Show file tree
Hide file tree
Showing 3 changed files with 1,154 additions and 1,097 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0
version: 1.4.2
virtualenvs-create: true
virtualenvs-in-project: true
- name: Load cached venv
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0
version: 1.4.2
virtualenvs-create: true
virtualenvs-in-project: true
- name: Load cached venv
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
entry: bash -c "poetry run poe yamlfix"
language: system
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--profile=black, --multi-line=3]
Expand Down
Loading

0 comments on commit 58b26b1

Please sign in to comment.