Skip to content

Commit

Permalink
#3: [MERGE] Use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Dec 24, 2020
1 parent 0c1303c commit 9b94f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
poetry --version
poetry install --dev
- name: Check Formatting
run: |
black --check src tests
Expand Down

0 comments on commit 9b94f7a

Please sign in to comment.