Skip to content

Commit

Permalink
Broadens deps requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed May 7, 2024
1 parent 2c6f950 commit 6025c08
Show file tree
Hide file tree
Showing 3 changed files with 1,142 additions and 998 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: ci.tests
on:
push:
pull_request:
branches:
- master
- staging
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
Expand All @@ -22,13 +17,10 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1
with:
version: 1.2.2
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true


- name: Install dependencies
run: poetry install --no-interaction

Expand All @@ -37,10 +29,10 @@ jobs:
poetry run pytest tests/ --ignore=tests/datafiles --cov=./ --cov-report=xml
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1.5.0
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
slug: quant-aq/py-smps
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
Loading

0 comments on commit 6025c08

Please sign in to comment.