Add mkdir

This commit is contained in:
Vasilije 2024-05-25 14:00:56 +02:00
parent b49bad6db2
commit 2b33aca928

View file

@ -72,6 +72,11 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction
- name: Create .cognee_system directory and print path
run: |
mkdir .cognee_system
echo $(pwd)/.cognee_system
- name: Run tests
run: poetry run pytest tests/