summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-19 13:25:49 -0800
committerGitHub <noreply@github.com>2023-01-19 13:25:49 -0800
commit00fea0a771ed63169933684283862e50ff3497aa (patch)
tree9866b396a2428db6ac0dab5a19407caa976c8dd8 /.github/workflows/tests.yaml
parentd9b685b55b4103a607e2d1a61c15f617ad001141 (diff)
parenta434ceae84ba800215e3fab11501b4e2ffd9ae06 (diff)
downloadmarkupsafe-00fea0a771ed63169933684283862e50ff3497aa.tar.gz
switch to pyproject.toml (#348)
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 }}