Skip to content

Commit a6d09e7

Browse files
committed
Better github actions
1 parent aeae7a9 commit a6d09e7

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
uses: gabrielfalcao/pyenv-action@v18
2828
with:
2929
default: "${{ matrix.python }}"
30-
command: |
31-
pip install -U pip
32-
pip install hatch
33-
hatch build
34-
hatch env create dev
30+
- name: Install dependencies
31+
run: |
32+
pip install -U pip
33+
pip install hatch
34+
hatch build
35+
hatch env create dev
3536
- name: Run tests
3637
run: |
3738
hatch shell dev

0 commit comments

Comments
 (0)