slaclab / pysmurf

Other
2 stars 9 forks source link

Fixes so PRs will pass automated checks again. #729

Closed swh76 closed 1 year ago

swh76 commented 1 year ago

Description

Automated checks were failing for PRs due to two problems; 1) some of the required status checks seem to no longer be defined and 2) Client Tests were failing because pip3 failing to install jupyter.

1) was fixed by changing repo settings. 2) by adding command to client Dockerfile to update pip3 before installing jupyter.

Github / ESCRYODET Issue

https://github.com/slaclab/pysmurf/issues/727 but also ESCRYODET-889