We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5627b5b commit ec3c670Copy full SHA for ec3c670
2 files changed
.github/workflows/release.yml
@@ -26,6 +26,14 @@ jobs:
26
python-version-file: 'pyproject.toml'
27
cache: 'poetry'
28
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
+
37
- name: Install Semantic Release
38
run: |
39
npm install --global semantic-release
.github/workflows/test.yml
@@ -23,6 +23,14 @@ jobs:
23
24
25
- name: Install Dependencies
run: poetry install
0 commit comments