From 24c9fd18a92db2bef45889efb1884d8e96facd52 Mon Sep 17 00:00:00 2001 From: patricktbp <135556230+n1d3v@users.noreply.github.com> Date: Sun, 28 Apr 2024 06:13:54 -0700 Subject: [PATCH] Update python-package.yml --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0d0833c..c396a36 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python package +name: Naticord python testing on: push: @@ -36,4 +36,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest + pytest naticord.py