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.
2 parents 5cc2356 + fc5e252 commit 93080fbCopy full SHA for 93080fb
.github/workflows/qc.yml
@@ -39,15 +39,14 @@ jobs:
39
# install & configure poetry
40
#----------------------------------------------
41
- name: Install Poetry
42
- uses: snok/install-poetry@v1.3
+ run: pip install poetry
43
44
45
# install dependencies if cache does not exist
46
47
- name: Install dependencies
48
run: |
49
poetry install --no-interaction
50
- poetry run pip install kgcl-schema==0.3.0rc1
51
52
- name: Run tests
53
0 commit comments