Skip to content

Commit 4577f2a

Browse files
committed
fix integration so that it doesn't uninstall sqlalchemy
1 parent 46449e0 commit 4577f2a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/integration.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,7 @@ jobs:
4949
# install dependencies if cache does not exist
5050
#----------------------------------------------
5151
- name: Install dependencies
52-
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
53-
run: poetry install --no-interaction --no-root --all-extras
54-
#----------------------------------------------
55-
# install your root project, if required
56-
#----------------------------------------------
57-
- name: Install library
58-
run: poetry install --no-interaction
52+
run: poetry install --no-interaction --all-extras
5953
#----------------------------------------------
6054
# run test suite
6155
#----------------------------------------------

0 commit comments

Comments
 (0)