Skip to content

Commit d451de9

Browse files
committed
Changed position of the python install in deployment
1 parent 36ce602 commit d451de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
run: |
3737
npm install -g [email protected]
3838
39-
- name: Install Poetry
40-
uses: snok/install-poetry@v1
41-
4239
- uses: actions/setup-python@v5
4340
with:
4441
python-version: '3.12'
4542

43+
- name: Install Poetry
44+
uses: snok/install-poetry@v1
45+
4646
- name: Deploy stack
4747
env:
4848
ENV: "aeolus"

0 commit comments

Comments
 (0)