Skip to content

Commit fa360bc

Browse files
authored
Merge pull request #27 from linkml/rag-inference-tutorial
RAG inference tutorial
2 parents 3ae0655 + 75968f6 commit fa360bc

File tree

22 files changed

+3000
-969
lines changed

22 files changed

+3000
-969
lines changed

.github/workflows/qc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ "3.8", "3.11" ]
14+
python-version: [ "3.9", "3.11" ]
1515
mongodb-version: ['7.0']
1616

1717
steps:
@@ -31,8 +31,8 @@ jobs:
3131
- name: Check common spelling errors
3232
run: poetry run tox -e codespell
3333

34-
- name: Check code quality with flake8
35-
run: poetry run tox -e lint
34+
#- name: Check code quality with flake8
35+
# run: poetry run tox -e lint
3636

3737
- name: Start MongoDB
3838
uses: supercharge/mongodb-github-action@1.11.0

0 commit comments

Comments
 (0)