Skip to content

Commit

Permalink
Update Python version matrix and remove linting and testing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaypranav committed Feb 27, 2024
1 parent 48c0831 commit 4861389
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,6 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with Flake8
run: |
flake8 --exclude=__init__.py
- name: Test with pytest
run: |
pytest
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4861389

Please sign in to comment.