yufeikang / raycast_api_proxy

265 stars 39 forks source link

Revert "added dependencies for #29" #37

Closed yufeikang closed 3 months ago

yufeikang commented 3 months ago

Reverts yufeikang/raycast_api_proxy#36

littleblack111 commented 3 months ago

Why is it reverted? It need to be a dependencies for the syncing to work?

Nvm, seem to be added in the latest commit

yufeikang commented 3 months ago

Simply modifying project.yaml is not sufficient. You need to install using pdm add. Otherwise, the Docker build will fail. I have fixed this issue.

https://github.com/yufeikang/raycast_api_proxy/actions/runs/9557786452/job/26345414137

littleblack111 commented 3 months ago

Simply modifying project.yaml is not sufficient. You need to install using pdm add. Otherwise, the Docker build will fail. I have fixed this issue.

https://github.com/yufeikang/raycast_api_proxy/actions/runs/9557786452/job/26345414137

Thanks for the details