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
# Description
The GCE testing CI action was not setup to install parsl from the local
repo but was installing the Parsl version pinned to
`globus-compute-endpoint`. With the latest parsl not installed, running
tests against the endpoint would trigger errors as @benclifford
mentioned
[here](#3980 (comment)):
```
E ModuleNotFoundError: No module named 'parsl.tests.test_python_apps.test_exception'
```
## Type of change
- Bug fix
0 commit comments