Skip to content

Commit d50a014

Browse files
committed
Install hatch
1 parent af1e8ac commit d50a014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install .[${{ matrix.install_extras }}]
30+
python -m pip install hatch .[${{ matrix.install_extras }}]
3131
3232
- name: Test with pytest
3333
run: |
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install dependencies
6161
run: |
6262
python -m pip install --upgrade pip
63-
pip install hatch
63+
python -m pip install hatch
6464
6565
- name: Build package
6666
run: |

0 commit comments

Comments
 (0)