summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-17 15:18:47 -0800
committerDavid Lord <davidism@gmail.com>2023-01-17 15:54:45 -0800
commit132eaef167ecded1a21f843132f818b77b942a52 (patch)
tree47b5494eca8ae9424af51e07516def37043a975d /.github
parent4032d5c198e85086f1379f694a4b59e8400dbad0 (diff)
downloadwerkzeug-132eaef167ecded1a21f843132f818b77b942a52.tar.gz
switch to pyproject.toml
Diffstat (limited to '.github')
-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 b757fa01..85e748b6 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 }}