Skip to content

Commit

Permalink
Ignore pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Sep 14, 2024
1 parent 9a3b381 commit e772a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pip-delete-this-directory.txt
# Byte-compiled / optimized / DLL files
__pycache__
.mypy_cache/
.pytest_cache

# Build docs
docs/_build/
Expand Down

0 comments on commit e772a42

Please sign in to comment.