Skip to content

Commit

Permalink
remove style check
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Dec 24, 2024
1 parent 4d1802f commit 2bd344a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/run_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@ concurrency:
cancel-in-progress: true

jobs:
check_style:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install tox
- name: Check Style
run: |
tox -e codestyle
run_script:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2bd344a

Please sign in to comment.