Skip to content

Commit

Permalink
Delete requirements.txt (#73)
Browse files Browse the repository at this point in the history
* Delete requirements.txt

* Update build.yml
  • Loading branch information
tommyod authored Mar 23, 2024
1 parent 658ed10 commit aa42fb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
black . --check -l 120;
python3 -m pip install types-dataclasses;
mypy efficient_apriori/*.py --ignore-missing-imports --show-error-context;
pip install -r requirements.txt
pip install .
pytest --doctest-modules -v efficient_apriori
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit aa42fb1

Please sign in to comment.