Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
atapin committed Jul 5, 2024
1 parent 2e1f278 commit 4b8c038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
branches: [main, development, '109-cache-poetry-deps']

jobs:
changes:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: "poetry"
#cache: "poetry"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 4b8c038

Please sign in to comment.