Skip to content

Commit 3791c3a

Browse files
authored
Create build.yml
1 parent dd32f8e commit 3791c3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- name: Install and configure Poetry
2+
uses: snok/install-poetry@v1
3+
with:
4+
version: 1.5.1
5+
virtualenvs-create: true
6+
virtualenvs-in-project: false
7+
virtualenvs-path: ~/my-custom-path
8+
installer-parallel: true

0 commit comments

Comments
 (0)