Skip to content

Commit

Permalink
fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDiachkov committed Sep 3, 2024
1 parent 2c76312 commit d09f194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-analysis-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Lint (Pylint)
run: source .venv/bin/activate && pylint src
- name: Format check (Black)
Expand All @@ -53,5 +55,7 @@ jobs:
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Unittests (Pytest)
run: source .venv/bin/activate && pytest tests/unittests

0 comments on commit d09f194

Please sign in to comment.