From 2348b0dae0c396e966dd38728501aafea21e8295 Mon Sep 17 00:00:00 2001 From: MMDRZA <95309780+Pymmdrza@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:05:18 +0300 Subject: [PATCH] Delete python-package.yml --- python-package.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 python-package.yml diff --git a/python-package.yml b/python-package.yml deleted file mode 100644 index 3c9c9fc..0000000 --- a/python-package.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Python package - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v1 - with: - python-version: '3.8' - - name: Install dependencies - run: | - python3 -m pip install --upgrade pip - pip3 install pytest - - name: Run tests - run: | - pytest