From: Oleg Broytman Date: Thu, 8 Dec 2022 15:43:19 +0000 (+0300) Subject: CI(GHActions): Use `conda` to install older Pythons X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=37c943839dd54b4f0ab6acb2c25f14247292e1b4;hp=37c943839dd54b4f0ab6acb2c25f14247292e1b4;p=cookiecutter.git CI(GHActions): Use `conda` to install older Pythons Ubuntu >= 22 and `setup-python` dropped Pythons < 3.7. Use `s-weigand/setup-conda` instead of `setup-python`. ---