Skip to content

Improve the GitHub Action workflows #552

@fdiblen

Description

@fdiblen
Member

In #551 we made the first attempt to split and organize the GitHub Actions. Further improvements may be needed. GitHub documentation has a lot of useful recommendations and examples.

See: https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-python

Activity

deleted a comment from on Aug 26, 2024
carschno

carschno commented on Aug 27, 2024

@carschno

The setup-python action should use caching by default, see documentation:

steps:
- uses: actions/setup-python@v5
  with:
    cache: 'pip' # caching pip dependencies
removed their assignment
on Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @fdiblen@carschno

        Issue actions

          Improve the GitHub Action workflows · Issue #552 · NLeSC/python-template