We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e51e6d commit f266f16Copy full SHA for f266f16
2 files changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
pip install -r requirements.txt
41
42
- name: Run tests
43
- run: python setup.py install; cd tests; pytest
+ run: cd tests; pytest -v
44
45
- name: Set VERSION env
46
run: echo "VERSION=$(cat setup.py | grep "version=" | cut -d'"' -f2)" >> $GITHUB_ENV
requirements.txt
@@ -1,2 +1,2 @@
1
openfeature_sdk==0.8.3
2
-splitio_client[cpphash,asyncio]==10.5.1
+splitio_client[cpphash,asyncio]==10.5.1
0 commit comments