PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

CI: fix patterns for artifact downloads in Anaconda nightly wheels job #717

Closed agriyakhetarpal closed 3 months ago

agriyakhetarpal commented 3 months ago

Description

A minor fix for the failure noted in this workflow run: https://github.com/PyWavelets/pywt/actions/runs/8253753639. In this PR, I have adjusted the pattern so that the correct artifacts will be matched and downloaded.

(I fixed it for the PyPI job, missed doing it for the Anaconda one).

rgommers commented 3 months ago

That worked now: https://anaconda.org/scientific-python-nightly-wheels/PyWavelets/files.

There was a weird Node.js connectivity error:

"Failed to GetSignedArtifactURL: Unable to make request: ECONNRESET"

I re-ran the failed job and it then went away. I think it was a fluke, all LGTM.