Skip to content

Commit d889182

Browse files
committed
Merge branch 'main' into issue-227
2 parents 8869a9d + 0c9eb9c commit d889182

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python -m build --sdist .
2424
env:
2525
BUILD_PYTENSOR_NIGHTLY: true
26-
- uses: pypa/gh-action-pypi-publish@v1.6.4
26+
- uses: pypa/gh-action-pypi-publish@v1.8.1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.nightly_pypi_secret }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
name: artifact
8888
path: dist
8989

90-
- uses: pypa/gh-action-pypi-publish@v1.5.0
90+
- uses: pypa/gh-action-pypi-publish@v1.8.1
9191
with:
9292
user: __token__
9393
password: ${{ secrets.pypi_password }}

tests/link/jax/test_scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_erfinv():
111111
out = erfinv(x)
112112
fg = FunctionGraph([x], [out])
113113

114-
compare_jax_and_py(fg, [1.0])
114+
compare_jax_and_py(fg, [0.95])
115115

116116

117117
def test_psi():

0 commit comments

Comments
 (0)