Skip to content

Commit

Permalink
Reset some test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 2, 2024
1 parent 836c2c3 commit 7bb0438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs: # jobs. We will have two jobs (test and publish) with multiple steps.
- name: Run image # install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.7.1
poetry-version: latest
- name: Install dependencies # install all dependencies
run: |
python -m pip install --upgrade pip
poetry config virtualenvs.create false --local
poetry run python -m pip install --upgrade pip wheel setuptools
poetry install --all-extras
pip install pylint coveralls
# python -m nltk.downloader punkt stopwords
Expand Down

0 comments on commit 7bb0438

Please sign in to comment.