From ecac53cbd448df865d925544c5d621c309a0c2f1 Mon Sep 17 00:00:00 2001 From: "dady_ocat@hotmail.com" Date: Sat, 11 Feb 2023 14:44:58 +0700 Subject: [PATCH] save --- .github/workflows/python-package-conda.yml | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/python-package-conda.yml diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml deleted file mode 100644 index 554b98f..0000000 --- a/.github/workflows/python-package-conda.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Python Package using Conda - -on: [push] - -jobs: - build-linux: - runs-on: ubuntu-latest - strategy: - max-parallel: 5 - - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.10 - uses: actions/setup-python@v3 - with: - python-version: '3.10' - - name: Install Python dependencies - uses: py-actions/py-dependency-install@v4 - with: - path: "requirements.txt" - - - name: test python - run: python run.py -