mirror of
https://github.com/langchain-ai/markdown-exec.git
synced 2026-07-01 18:25:52 -04:00
cache by resolution
This commit is contained in:
@@ -183,7 +183,7 @@ jobs:
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: pyproject.toml
|
||||
cache-suffix: py${{ matrix.python-version }}
|
||||
cache-suffix: "py${{ matrix.python-version }}-${{ matrix.resolution }}"
|
||||
|
||||
- name: Install dependencies
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user