Skip to content

Commit

Permalink
Cache installation of Python packages in GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jan 17, 2025
1 parent fe8dd84 commit ddfcf30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-python-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ runs:
- name: Install Hatch
shell: bash
run: pip3 install hatch

# Creating the environment will allow for pre-installed dependencies via actions/cache
- name: Create `dev-env` Hatch Environment
shell: bash
run: hatch env create dev-env

0 comments on commit ddfcf30

Please sign in to comment.