diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7822d2c..e8f072f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,6 +1,6 @@ # This workflow builds and tests our Python application. name: Build and Test -run-name: ${{ github.actor }} has launched the Build-and-Test workflow 🚀 +run-name: ${{ github.actor }} launched the Build-and-Test workflow 🚀 on: push: branches-ignore: diff --git a/.gitignore b/.gitignore index c9b14c8..0053b22 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ pip-delete-this-directory.txt # Byte-compiled / optimized / DLL files __pycache__ .mypy_cache/ +.pytest_cache # Build docs docs/_build/