Skip to content

Commit

Permalink
include cli
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Aug 5, 2024
1 parent 4acc200 commit 5371666
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
with:
python-version: "3.8"

- name: Build and Install CLI
run: |
cd cli
pip install poetry
poetry build
pip install dist/*.whl
- name: Install dependencies
run: |
curl https://download.oracle.com/otn_software/linux/instantclient/218000/instantclient-basiclite-linux.x64-21.8.0.0.0dbru.zip -o /tmp/instantclient-basiclite-linux.x64-21.8.0.0.0dbru.zip
Expand All @@ -39,10 +32,8 @@ jobs:
pip install .
pip install .[test]
cd ../cli
pip install .
- name: Run tests
run: |
export PYTHONPATH=$(pwd):$(pwd)/cli/src
cd integration-tests
PYTHONPATH=. python -m pytest -s --log-cli-level=DEBUG

0 comments on commit 5371666

Please sign in to comment.