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 5c9acb4 commit f6683cc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry

- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.9
#cache: "poetry"

- name: Install Poetry
uses: snok/install-poetry@v1
cache: "poetry"

- name: Install dependencies
run: poetry install
Expand All @@ -58,11 +58,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry

- name: Setup python
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 f6683cc

Please sign in to comment.