We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeae7a9 commit a6d09e7Copy full SHA for a6d09e7
1 file changed
.github/workflows/pytest.yml
@@ -27,11 +27,12 @@ jobs:
27
uses: gabrielfalcao/pyenv-action@v18
28
with:
29
default: "${{ matrix.python }}"
30
- command: |
31
- pip install -U pip
32
- pip install hatch
33
- hatch build
34
- hatch env create dev
+ - name: Install dependencies
+ run: |
+ pip install -U pip
+ pip install hatch
+ hatch build
35
+ hatch env create dev
36
- name: Run tests
37
run: |
38
hatch shell dev
0 commit comments