Skip to content

Commit

Permalink
WIP: test poetry with github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benleetownsend committed Jan 17, 2024
1 parent 69170d1 commit 00ee8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install flake8 pytest poetry
poetry install
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Indico Data <[email protected]>"]
packages = [ { include = "sequence_metrics" } ]

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.10"
spacy = "~3.0.0"
scikit-learn = "~1.0.0"

Expand Down

0 comments on commit 00ee8f6

Please sign in to comment.