Skip to content

Commit

Permalink
Removed tests from linting in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelsea486MHz committed May 12, 2024
1 parent 08830b9 commit 04daa2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
python-version: 3.12
architecture: x64

- name: Install dependencies
- name: Install build-time dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build bandit flake8
- name: Linting
run: flake8 phorcys tests
- name: Linting for source code
run: flake8 phorcys

- name: Static security analysis
run: bandit -c pyproject.toml -r phorcys
Expand Down

0 comments on commit 04daa2f

Please sign in to comment.