Skip to content

Commit 669329b

Browse files
committed
Add missing dependencies
1 parent 549b175 commit 669329b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,25 @@ jobs:
104104
- name: Checkout Repo
105105
uses: actions/checkout@v3
106106

107+
- name: Install pnpm
108+
uses: pnpm/action-setup@v3
109+
id: pnpm-install
110+
with:
111+
version: 9.5
112+
113+
- name: Set up Python
114+
uses: actions/setup-python@v4
115+
with:
116+
python-version: '3.10'
117+
118+
- name: Install and configure Poetry
119+
uses: snok/install-poetry@v1
120+
with:
121+
version: 1.5.1
122+
virtualenvs-create: true
123+
virtualenvs-in-project: true
124+
installer-parallel: true
125+
107126
- name: Create new versions
108127
run: pnpm run version
109128
env:

0 commit comments

Comments
 (0)