Skip to content

Commit

Permalink
upd testing run config
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Aug 10, 2024
1 parent ce85edd commit e82a28f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: ♿ Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
run: python -m pip install --upgrade pip build "hatch==1.12.0"
- name: 🔨 Build package
run: python -m build
- name: Test with pytest and coverage through hatch
Expand Down

0 comments on commit e82a28f

Please sign in to comment.