Skip to content

Commit

Permalink
CI #267 discard commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 19, 2023
1 parent fcc0e46 commit bb45fa5
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,6 @@ defaults:

jobs:

# lint:
# name: Code style
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v4

# - uses: actions/setup-python@v4
# with:
# python-version: '3.11'

# - name: Install Dependencies
# run: |
# python -m pip install --upgrade pip
# pip install flake8

# - name: Run flake8
# run: |
# flake8

# - name: Run black
# uses: rickstaa/action-black@v1
# with:
# black_args: ". --check"

testing:

runs-on: ubuntu-latest
Expand Down

0 comments on commit bb45fa5

Please sign in to comment.