cognizant-ai-labs / covid-xprize

Open-source repository containing examples and documentation for the Cognizant XPRIZE Pandemic Response Challenge
Other
37 stars 76 forks source link

Use correct repo owner after repo move #221

Closed donn-leaf closed 1 year ago

donn-leaf commented 1 year ago

This PR gets us up to the Docker build step, which fails with ERROR: No matching distribution found for pandas==1.5.3

But the issue regarding the unavailable repo is corrected.

I did two things: Changed the codefresh yaml to point to the correct repo owner. Set up another Github Integration within CF which can access the repos owned by cognizant-ai-labs. This allows us to find the repo in the list when creating a trigger. I modified the pipeline trigger to point at the correct place.