Skip to content

Commit

Permalink
Add requirement toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Mar 28, 2024
1 parent d1d9f92 commit 34243a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e . -r requirements/test.txt
pip install coverage-lcov
pip install toml coverage-lcov
- name: Run tests with coverage
run: |
pytest --cov=. --cov-report=term --cov-report=xml:coverage.xml --color=yes && coverage-lcov
Expand Down
2 changes: 0 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
--index-url https://pypi.python.org/simple/

-e .

0 comments on commit 34243a5

Please sign in to comment.