summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-19 17:27:01 -0800
committerDavid Lord <davidism@gmail.com>2023-01-19 18:17:03 -0800
commita9c8111d24ba505f6eeae70d768f273c17af6f87 (patch)
tree5f7e92b04a44f4a9308f4d5e27d6be54f188d56f /.github/workflows/tests.yaml
parent048a06869755877d173ec1ee4ea226139788d34c (diff)
downloadjinja2-a9c8111d24ba505f6eeae70d768f273c17af6f87.tar.gz
switch to pyproject.toml
Diffstat (limited to '.github/workflows/tests.yaml')
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index b757fa0..85e748b 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./.mypy_cache
- key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}
+ key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}
if: matrix.tox == 'typing'
- run: pip install tox
- run: tox run -e ${{ matrix.tox }}