We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65ac0d commit 2bb872cCopy full SHA for 2bb872c
.github/workflows/acceptance.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run unit tests and generate test coverage report
46
run: |
47
- pip install hatch==1.9.4
+ hatch env create
48
make test
49
50
- name: Run integration tests and generate test coverage report
@@ -86,7 +86,9 @@ jobs:
86
python-version: '3.10'
87
88
- name: Install hatch
89
- run: pip install hatch==1.9.4
+ run: |
90
+ pip install hatch==1.9.4
91
92
93
- name: Run integration tests on serverless cluster
94
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.3
0 commit comments