We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e029a3e commit 861d15dCopy full SHA for 861d15d
1 file changed
.github/workflows/CI.yml
@@ -87,6 +87,9 @@ jobs:
87
with:
88
python-version: 3.9
89
90
+ - name: Setup poetry
91
+ uses: Gr1N/setup-poetry@v7
92
+
93
- name: Install dependencies
94
run: poetry install --with dev
95
0 commit comments