Skip to content

Commit

Permalink
ci: add paragraphs package to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayHill committed Apr 3, 2024
1 parent 5c2bfbe commit 6d03b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install pytest
python -m pip install paragraphs
python -m pip install commitizen
python -m pip install .
Expand Down

0 comments on commit 6d03b06

Please sign in to comment.