Skip to content

Commit 2bb872c

Browse files
committed
update
1 parent d65ac0d commit 2bb872c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/acceptance.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run unit tests and generate test coverage report
4646
run: |
47-
pip install hatch==1.9.4
47+
hatch env create
4848
make test
4949
5050
- name: Run integration tests and generate test coverage report
@@ -86,7 +86,9 @@ jobs:
8686
python-version: '3.10'
8787

8888
- name: Install hatch
89-
run: pip install hatch==1.9.4
89+
run: |
90+
pip install hatch==1.9.4
91+
hatch env create
9092
9193
- name: Run integration tests on serverless cluster
9294
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.3

0 commit comments

Comments
 (0)