Skip to content

Commit 3f2926c

Browse files
committed
Use correct profile in install_and_test.sh
1 parent fbabc6d commit 3f2926c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install_and_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python -m venv ${DESTENV}
2121
source ${DESTENV}/bin/activate
2222
pip install --upgrade --quiet pip
2323
pip install --quiet -r dev_requirements.txt
24-
invoke devenv
24+
invoke devenv --endpoints=all-stack
2525
invoke package
2626

2727
# find packages
@@ -39,7 +39,7 @@ cd ${TESTDIR}
3939
# install, run tests
4040
pip install ${PKG}
4141
# Redis tests
42-
pytest -m 'not onlycluster'
42+
pytest -m 'not onlycluster and not graph'
4343
# RedisCluster tests
4444
CLUSTER_URL="redis://localhost:16379/0"
4545
pytest -m 'not onlynoncluster and not redismod and not ssl' --redis-url=${CLUSTER_URL}

0 commit comments

Comments
 (0)