Skip to content

Commit

Permalink
POC
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-fawad committed Jul 21, 2024
1 parent ab674e5 commit b86c3f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
path: .venv
- name: Run tests
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config --list
make test
lint:
Expand All @@ -64,5 +66,7 @@ jobs:
path: .venv
- name: Run linter
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config --list
make lint

0 comments on commit b86c3f5

Please sign in to comment.