Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed May 21, 2024
1 parent b788dda commit 28becae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
uv pip install flyrs --no-index --find-links dist --force-reinstall
uv pip install --system flyrs --no-index --find-links dist --force-reinstall
python -c "import flyrs"
- name: Freeze dependencies
run: uv pip freeze
Expand All @@ -207,6 +207,7 @@ jobs:
- name: Test Rust Flytekit Remote Client
run: |
python -c "import flyrs"
uv pip install --system pytest --force-reinstall
pytest tests/flytekit/integration/remote/test_rust_remote.py
- name: Codecov
uses: codecov/[email protected]
Expand Down Expand Up @@ -254,7 +255,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
uv pip install flyrs --no-index --find-links dist --force-reinstall
uv pip install --system flyrs --no-index --find-links dist --force-reinstall
python -c "import flyrs"
- name: Freeze dependencies
run: uv pip freeze
Expand All @@ -266,6 +267,7 @@ jobs:
- name: Test Rust Flytekit Remote Client
run: |
python -c "import flyrs"
uv pip install --system pytest --force-reinstall
pytest tests/flytekit/integration/remote/test_rust_remote.py
- name: Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 28becae

Please sign in to comment.