Skip to content

Commit

Permalink
Set up environment earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jan 28, 2024
1 parent 16c48ca commit b5c4188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install hatch
run: |
pip install hatch
hatch env create
- name: Check that versions match
id: version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install hatch
run: |
pip install hatch
hatch env create
- name: Check that versions match
id: version
Expand Down

0 comments on commit b5c4188

Please sign in to comment.