Skip to content

Commit

Permalink
Merge pull request #1091 from SheffieldML/devel
Browse files Browse the repository at this point in the history
downgrad actions on manylinux build job
  • Loading branch information
MartinBubel authored Jul 22, 2024
2 parents 64048ab + b3799fa commit d8cc7f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8cc7f4

Please sign in to comment.