We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a96215 commit 47b98f2Copy full SHA for 47b98f2
.github/workflows/_lint.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install dependencies
48
working-directory: ${{ inputs.working-directory }}
49
run: |
50
- if [[ "${{ inputs.working-directory }}" == *"langchain-mongodb"* ]]; then
+ if [[ "${{ env.WORKDIR }}" == *"langchain-mongodb"* ]]; then
51
uv sync --frozen --extra viz
52
else
53
just install
0 commit comments