summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-19 13:14:21 -0800
committerDavid Lord <davidism@gmail.com>2023-01-19 13:14:21 -0800
commita434ceae84ba800215e3fab11501b4e2ffd9ae06 (patch)
tree9866b396a2428db6ac0dab5a19407caa976c8dd8 /.github/workflows/tests.yaml
parentd9b685b55b4103a607e2d1a61c15f617ad001141 (diff)
downloadmarkupsafe-a434ceae84ba800215e3fab11501b4e2ffd9ae06.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 a85f6c7..8178730 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -50,7 +50,7 @@ jobs:
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
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 }}