British-Oceanographic-Data-Centre / COAsT

A Coastal Ocean Assessment Tool built as an extendable python framework for nemo models
https://british-oceanographic-data-centre.github.io/COAsT/
MIT License
24 stars 11 forks source link

Correct python version on yml file #662

Closed soutobias closed 10 months ago

soutobias commented 10 months ago

I got an error while I was publishing the package. On the "publish_package.yml", the python-version was described as "[ 3.10 ]", but the correct should be "[ '3.10']". I will open a new pull request on master to correct this issue