Skip to content

Commit

Permalink
Packaging update: hopefully installs necessary stuff and works
Browse files Browse the repository at this point in the history
Tadusko authored May 12, 2024
1 parent bdb3f48 commit 96c48dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m spacy download fi_core_news_sm
python -m pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names

0 comments on commit 96c48dd

Please sign in to comment.