This commit is contained in:
Bagatur
2024-01-27 12:53:17 -08:00
parent 85623274d1
commit 9119dc18ef
2 changed files with 4 additions and 4 deletions
+4 -3
View File
@@ -68,6 +68,9 @@ jobs:
- build
- test-pypi-publish
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./langgraph
steps:
- uses: actions/checkout@v4
@@ -122,7 +125,7 @@ jobs:
poetry run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
- name: Import test dependencies
run: poetry install --with test,test_integration
run: poetry install --with test
# Overwrite the local version of the package with the test PyPI version.
- name: Import published package (again)
@@ -151,7 +154,6 @@ jobs:
# Trusted publishing has to also be configured on PyPI for each package:
# https://docs.pypi.org/trusted-publishers/adding-a-publisher/
id-token: write
defaults:
run:
working-directory: ./langgraph
@@ -189,7 +191,6 @@ jobs:
# This permission is needed by `ncipollo/release-action` to
# create the GitHub release.
contents: write
defaults:
run:
working-directory: ./langgraph
-1
View File
@@ -21,7 +21,6 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4