Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Aug 8, 2024
1 parent e5b1991 commit 229ce8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
python-version: 3.11

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

- name: Install dependencies
run: poetry install

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/delete_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
python-version: 3.11

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

- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit 229ce8f

Please sign in to comment.