You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to address this problem more generally, I'd like to move the parsl Makefile from being the worlds lamest package manager. Cooperative Computing Lab has been pretty clear that we should be installing this with conda, and recent work has started to do testing with more focused environments: see the flux tests introduced in #3159 and the kubernetes tests prototyped in PR #3482. Going in that direction we should be testing WQ/TaskVine stuff in a conda environment installed as it should be (and more importantly as our users should be installing the parsl+cctools stack)
Ah, it had slipped my mind that we moved diagonally from centos7 to almalinux8 a few versions back. So switching to that is likely the easiest solution within your CI.
That said, Conda is our preferred install path that gets the dependencies sorted out right. (And we nightly test conda install parsl ndcctools to make sure that is working.)
Describe the bug
Trying to run
make test
on 71d9c71 I getThe file doesn't exist among the assets of https://github.com/cooperative-computing-lab/cctools/releases/tag/release%2F7.8.0
To Reproduce
Follow instructions at
parsl/README.rst
Lines 95 to 107 in 71d9c71
Expected behavior
Tests don't fail because they try to download non-existing files.
Environment
Distributed Environment
N/A
The text was updated successfully, but these errors were encountered: