Skip to content

Commit 93080fb

Browse files
authored
Merge pull request #60 from hrshdhgd/read-template
Read github template before doing anything based on label.
2 parents 5cc2356 + fc5e252 commit 93080fb

File tree

5 files changed

+987
-1421
lines changed

5 files changed

+987
-1421
lines changed

.github/workflows/qc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@ jobs:
3939
# install & configure poetry
4040
#----------------------------------------------
4141
- name: Install Poetry
42-
uses: snok/install-poetry@v1.3
42+
run: pip install poetry
4343

4444
#----------------------------------------------
4545
# install dependencies if cache does not exist
4646
#----------------------------------------------
4747
- name: Install dependencies
4848
run: |
4949
poetry install --no-interaction
50-
poetry run pip install kgcl-schema==0.3.0rc1
5150
5251
- name: Run tests
5352
run: |

0 commit comments

Comments
 (0)