We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2815c commit c73d0a4Copy full SHA for c73d0a4
.github/workflows/publish.yml
@@ -27,6 +27,9 @@ jobs:
27
poetry config virtualenvs.in-project false
28
poetry config virtualenvs.path ~/.virtualenvs
29
30
+ - name: Install Dependencies
31
+ run: poetry install
32
+
33
- name: Code Quality
34
run: poetry run black . --check
35
continue-on-error: true
.github/workflows/test.yml
@@ -29,6 +29,9 @@ jobs:
36
37
0 commit comments