Skip to content

Commit

Permalink
Added setuptools to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed May 31, 2024
1 parent f9e6d42 commit 05d5de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
brew install python-setuptools
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
python -m pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ scikit-learn = "^1.0"
pandas = ">=1,<2"
transformers = {extras = ["torch"], version = ">4.20,<5"}
terminado = "<0.18"
setuptools = "^70.0.0"

[tool.poetry.plugins."spacy_factories"]
"spacy" = "classy_classification.__init__:make_text_categorizer"
Expand Down

0 comments on commit 05d5de1

Please sign in to comment.