Merge pull request #1091 from SheffieldML/devel

downgrad actions on manylinux build job
This commit is contained in:
Martin Bubel 2024-07-22 10:08:15 +02:00 committed by GitHub
commit d8cc7f4347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -223,7 +223,7 @@ jobs:
run: ls -R dist
- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v1
with:
name: dist-artifacts-manylinux-${{ matrix.python }}
path: dist/*

View file

@ -7,8 +7,6 @@
* update dependencies to `numpy>=1.7.0,<2.0.0`
* update dependencies to `numpy>=1.7.0,<2.0.0`
* update import in `.plotting.matplot_dep.defaults` due to change in matplotlib
* Correct dl_dm term in student t inference #1065