Skip to content

Commit

Permalink
[ci] adjust github CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatasgrosman committed Nov 9, 2022
1 parent 8e3194a commit d34f7ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8]
fail-fast: false

steps:
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Install Dependencies
run: python -m poetry install
- name: Test
run: python -m poetry run pytest --cov=huggingsound
run: python -m poetry run pytest --cov=findpapers
- name: Upload coverage
uses: codecov/codecov-action@v1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Findpapers"
version = "0.6.6"
version = "0.6.7"
description = "Findpapers is an application that helps researchers who are looking for references for their work."
authors = ["Jonatas Grosman <[email protected]>"]
maintainers = ["Jonatas Grosman <[email protected]>"]
Expand Down

0 comments on commit d34f7ae

Please sign in to comment.