and even more small fixes

This commit is contained in:
vbarda
2024-06-17 21:40:55 -04:00
parent c5ad863a04
commit 8174bc22fb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
# It doesn't matter how you change it, any change will cause a cache-bust.
working-directory: ${{ inputs.working-directory }}
run: |
poetry install --with test
poetry install --with dev
- name: Get .mypy_cache_test to speed up mypy
uses: actions/cache@v3
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
poetry install --with test
poetry install --with dev
poetry run pip install -U pytest pytest-check-links langsmith langchain GitPython
# - name: Check links in notebooks
+1 -1
View File
@@ -119,7 +119,7 @@ jobs:
poetry run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
- name: Import test dependencies
run: poetry install --with test
run: poetry install --with dev
# Overwrite the local version of the package with the test PyPI version.
- name: Import published package (again)