File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ jobs:
3939 echo "$HOME/.local/bin" >> $GITHUB_PATH
4040
4141 - name : Install dependencies
42- run : poetry install --with dev
42+ run : poetry install --with dev --no-interaction --no-root
4343
4444 - name : Run tests with coverage
4545 run : poetry run pytest --cov=gen_surv --cov-report=xml --cov-report=term
4646
4747 - name : Upload coverage to Codecov
48+ if : matrix.python-version == '3.11'
4849 uses : codecov/codecov-action@v5
4950 with :
5051 files : coverage.xml
7576 echo "$HOME/.local/bin" >> $GITHUB_PATH
7677
7778 - name : Install dependencies
78- run : poetry install --with dev --no-root
79+ run : poetry install --with dev --no-interaction --no- root
7980
8081 - name : Run pre-commit checks
8182 run : poetry run pre-commit run --all-files
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ git clone https://github.com/DiogoRibeiro7/genSurvPy.git
5151cd genSurvPy
5252# Install runtime and development dependencies
5353# (scikit-survival is optional but required for integration tests).
54- # On Debian/Ubuntu you may need `` build-essential gfortran libopenblas-dev` ` to
54+ # On Debian/Ubuntu you may need `build-essential gfortran libopenblas-dev` to
5555# build scikit-survival.
5656poetry install --with dev
5757```
You can’t perform that action at this time.
0 commit comments