Skip to content

Commit a68f754

Browse files
Septimus4cowan-macady
authored andcommitted
fix: fix python sdk version used in tests
1 parent 1d1725c commit a68f754

File tree

3 files changed

+156
-157
lines changed

3 files changed

+156
-157
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cache: "pipenv"
8080
- name: Install project
8181
run:
82-
pipenv install
82+
pipenv install --dev -e .
8383
pipenv shell
8484
- name: Run tests
8585
run: pipenv run pytest

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markupsafe = "*"
1515
mock = "*"
1616
grpcio = "*"
1717
protobuf = "*"
18-
indykite-sdk = {editable = true, path = "."}
18+
indykite-sdk-python = {editable = true, path = "."}
1919
requests = "*"
2020
pytest = "8.0.2"
2121
pytest-cov = "4.1.0"

0 commit comments

Comments
 (0)