Skip to content

Commit ec3c670

Browse files
committed
Dummit commit to test the workflows
1 parent 5627b5b commit ec3c670

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
python-version-file: 'pyproject.toml'
2727
cache: 'poetry'
2828

29+
- name: Install and configure Poetry
30+
uses: snok/install-poetry@v1
31+
with:
32+
version: latest
33+
virtualenvs-create: true
34+
virtualenvs-in-project: true
35+
installer-parallel: true
36+
2937
- name: Install Semantic Release
3038
run: |
3139
npm install --global semantic-release

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
python-version-file: 'pyproject.toml'
2424
cache: 'poetry'
2525

26+
- name: Install and configure Poetry
27+
uses: snok/install-poetry@v1
28+
with:
29+
version: latest
30+
virtualenvs-create: true
31+
virtualenvs-in-project: true
32+
installer-parallel: true
33+
2634
- name: Install Dependencies
2735
run: poetry install
2836

0 commit comments

Comments
 (0)