Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbolexe authored Sep 22, 2024
1 parent 1de2b3c commit 7a13312
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Python Package CI

on:
push:
branches:
Expand Down Expand Up @@ -27,13 +28,19 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Install the necessary libraries for CortexLink
pip install googlesearch-python colorama tabulate
- name: Lint with flake8
run: |
pip install flake8
# Lint the CortexLink.py script for syntax and style issues
flake8 CortexLink.py
# Uncomment below to enforce strict linting that fails the build on errors
# flake8 --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Run tests
run: |
echo "No tests available"
# If you add tests, replace the line above with the actual test command:
# python -m unittest discover

0 comments on commit 7a13312

Please sign in to comment.