Skip to content

Commit

Permalink
fix: fix python sdk version used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Septimus4 authored and cowan-macady committed Oct 21, 2024
1 parent 1d1725c commit a68f754
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cache: "pipenv"
- name: Install project
run:
pipenv install
pipenv install --dev -e .
pipenv shell
- name: Run tests
run: pipenv run pytest
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ markupsafe = "*"
mock = "*"
grpcio = "*"
protobuf = "*"
indykite-sdk = {editable = true, path = "."}
indykite-sdk-python = {editable = true, path = "."}
requests = "*"
pytest = "8.0.2"
pytest-cov = "4.1.0"
Expand Down
Loading

0 comments on commit a68f754

Please sign in to comment.