Skip to content

Commit

Permalink
Add: PyYAML package on tests requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 13, 2023
1 parent 7164d86 commit 7e61cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ jobs:
pip install -e .[tests,docs]
- name: Test with pytest
run: pytest
- name: Coveralls
uses: coverallsapp/github-action@v2
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
extras_require={
"tests": [
"pytest>=7.4.0,<8",
"pytest-cov>=4.1.0,<5"
"pytest-cov>=4.1.0,<5",
"pyyaml>=6.0.1,<7"
],
"docs": [
"sphinx>=7.2.5,<8",
Expand Down

0 comments on commit 7e61cf0

Please sign in to comment.