diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index d21a7e906..903e807e3 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -37,4 +37,4 @@ jobs: - name: Run tests run: | - pytest aider/tests + pytest diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index be4380ccb..6948b52b3 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -37,4 +37,4 @@ jobs: - name: Run tests run: | - pytest aider/tests + pytest