diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a4c8a9e..cf40ec2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -34,8 +34,5 @@ jobs: - name: Install dependencies 🛠 run: poetry install - - name: Run pre-commit 🤔 - run: pre-commit run --all-files - - name: Run tests 🌈 run: poetry run invoke test