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 ade17cc commit fe7e8d1Copy full SHA for fe7e8d1
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+# Set update schedule for GitHub Actions
2
+
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
.github/workflows/ci-unit-tests.yml
@@ -97,6 +97,7 @@ jobs:
97
run: tox -e unit-tests -c libs/knowledge-store && rm -rf libs/knowledge-store/.tox
98
99
- name: "Unit tests (knowledge-graph)"
100
+ # yamllint disable-line rule:line-length
101
if: ${{ needs.preconditions.outputs.libs_knowledge_graph == 'true' && matrix.python-version != '3.9' && matrix.python-version != '3.10' }}
102
env:
103
OPENAI_API_KEY: "${{ secrets.E2E_TESTS_OPEN_AI_KEY }}"
0 commit comments