diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index b51eff2..3386ba8 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -26,11 +26,6 @@ jobs: pip install -r requirements.txt pip install pytest pytest-cov flake8 - - name: ๐Ÿ” Run Code Linting - run: | - source venv/bin/activate - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - - name: ๐Ÿงช Run Unit Tests run: | source venv/bin/activate