Skip to content

Commit

Permalink
implementing John's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 5, 2024
1 parent ece8d2d commit 0b35a04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
working-directory: ./cdp-agentkit-core
strategy:
matrix:
python: ['3.10', '3.11', '3.12']
python: ['3.10']

steps:
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: ./cdp-langchain
strategy:
matrix:
python: ['3.10', '3.11', '3.12']
python: ['3.10']

steps:
- name: Set up Python ${{ matrix.python }}
Expand Down
16 changes: 8 additions & 8 deletions cdp-langchain/poetry.lock

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

0 comments on commit 0b35a04

Please sign in to comment.