Skip to content

Commit

Permalink
try fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Sep 26, 2024
1 parent 723192f commit f0dabd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python -m twine check dist/*

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Python-package
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:

- name: Update conda environment
run:
conda env update -n torchsurv -f dev/environment.yml
conda env update -n torchsurv -c conda-forge -f dev/environment.yml
if: steps.cache.outputs.cache-hit != 'true'

- name: Code QC
shell: bash -l {0}
run: |
conda activate torchsurv
./dev/codeqc.sh
- name: Tests
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Update conda environment
run:
conda env update -n torchsurv -f dev/environment.yml
conda env update -n torchsurv -c conda-forge -f dev/environment.yml
if: steps.cache.outputs.cache-hit != 'true'

- name: Build docs
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
=========

Version 0.1.3
-------------

* Tutorial dataset error on momentum.ipynb #50
* Fix issue #48 - log_hazard returns torch.Inf
* Updated CICD builds

Version 0.1.2
-------------

Expand Down

0 comments on commit f0dabd0

Please sign in to comment.