Skip to content

Commit

Permalink
Merge branch 'main' into 133-gen-response-raw-data
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloSynth1 committed Jun 6, 2024
2 parents 660b61c + 080cdba commit 22b99d8
Show file tree
Hide file tree
Showing 16 changed files with 552 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .github/workflow/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y pandoc

- name: Install tectonic
run: sudo snap update && sudo snap install tectonic
run: sudo snap refresh && sudo snap install tectonic

- name: Test with pytest
run: poetry run pytest tests
158 changes: 157 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ langchain = "^0.2.1"
langchain-openai = "^0.1.7"
langchain-community = "^0.2.1"
langchain-core = "^0.2.1"
gitpython = "^3.1.43"

[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
jupyter-book = "^1.0.0"
jupyterlab = "^4.2.1"
pytest = "^8.2.1"
pytest-git = "^1.7.0"

[tool.poetry.scripts]
test-creation = "test_creation:cli_main"
Expand Down
Loading

0 comments on commit 22b99d8

Please sign in to comment.