Skip to content

Commit f266f16

Browse files
committed
polish
1 parent 9e51e6d commit f266f16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip install -r requirements.txt
4141
4242
- name: Run tests
43-
run: python setup.py install; cd tests; pytest
43+
run: cd tests; pytest -v
4444

4545
- name: Set VERSION env
4646
run: echo "VERSION=$(cat setup.py | grep "version=" | cut -d'"' -f2)" >> $GITHUB_ENV

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
openfeature_sdk==0.8.3
2-
splitio_client[cpphash,asyncio]==10.5.1
2+
splitio_client[cpphash,asyncio]==10.5.1

0 commit comments

Comments
 (0)