Skip to content

Commit e82a28f

Browse files
committed
upd testing run config
1 parent ce85edd commit e82a28f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testing.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ jobs:
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989
- name: ♿ Install dependencies
90-
run: |
91-
python -m pip install --upgrade pip
92-
pip install build
90+
run: python -m pip install --upgrade pip build "hatch==1.12.0"
9391
- name: 🔨 Build package
9492
run: python -m build
9593
- name: Test with pytest and coverage through hatch

0 commit comments

Comments
 (0)