Skip to content

Commit

Permalink
convert to poetry as the project got bigger (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu authored Jan 24, 2024
1 parent 4ae961a commit f01fd33
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Code Quality

on:
push:
branches:
Expand Down Expand Up @@ -53,10 +52,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Pytest
run: |
python -m pytest tests -vv
pip install poetry
poetry install
- name: Run tests
run: poetry run pytest -vv

Loading

0 comments on commit f01fd33

Please sign in to comment.