cdsleiden / python-tutorial

Beginner's introduction to programming in Python
https://cdsleiden.github.io/python-tutorial/
3 stars 2 forks source link

Rename and update GitHub workflows #86

Closed bencomp closed 1 year ago

bencomp commented 1 year ago

The two workflows had the same name. That didn't cause any issues, but separate and more descriptive names are better.

Installing Python (v3.9 instead of 3.8) with caching dependencies can be done more easily using v4 of the setup-python action: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages.