From eca2474a1e3497396e0251ce71c9c44854f1f16d Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sun, 5 May 2024 13:28:26 -0400 Subject: [PATCH] feat(test): test changes to pyproject.toml --- .github/workflows/pytest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 00e9345..af8bc1a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -6,6 +6,8 @@ on: paths: - '**.py' - '**/pytest.yaml' + - 'pyproject.toml' + - 'poetry.lock' concurrency: group: ${{ github.workflow }}-${{ github.ref }}