Skip to content

Commit 9586d34

Browse files
committed
change poetry install
1 parent 85e7be1 commit 9586d34

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/generate-current-manifests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,18 @@ jobs:
2929
python-version: '3.10'
3030
cache: 'pip'
3131

32-
- name: Install poetry
32+
- name: Install Poetry
3333
run: |
34-
pip install poetry
34+
curl -sSL https://install.python-poetry.org | python3 -
35+
export PATH="$HOME/.local/bin:$PATH"
3536
36-
- name: Set up Poetry
37+
- name: Install dependencies
3738
run: |
38-
python -m venv .venv
39-
source .venv/bin/activate
4039
poetry install
41-
poetry shell
4240
4341
- name: Generate all manifests
4442
working-directory: processes
45-
run: ./generate_all_templates.sh
43+
run: poetry run ./generate_all_templates.sh
4644

4745
- name: Create Pull Request
4846
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)