beancount / beangrow

Returns calculations on portfolios in Beancount
GNU General Public License v2.0
55 stars 21 forks source link

use https protocol to install beanprice #32

Closed e7h4n closed 1 week ago

e7h4n commented 1 week ago

Using the SSH protocol in poetry to download dependencies affects the installation on GitHub Action.

While this should be possible with clever solutions such as setting up the SSH Key Agent, it is far less straightforward than using the HTTPS protocol directly.

This change replaces the SSH protocol in the dependency file with the HTTPS protocol.