Skip to content

Commit

Permalink
wip: installing
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers committed Aug 16, 2023
1 parent 51d0e83 commit 7e48cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
echo "::group::Install for Python $V"
poetry env use $V
poetry install --only=main --only=test --only=typecheck
pip install kaskada --find-links dist --force-reinstall
pip install kaskada>=0.6.0-a.0 --find-links dist --force-reinstall
echo "::endgroup::"
echo "::group::Test Python $V"
poetry run pytest
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
# We shouldn't need regular dependencies, since they come from
# the `pip install` of kaskada later.
poetry install --only=main --only=test --only=typecheck
pip3 install kaskada --find-links dist --force-reinstall
pip3 install kaskada>=0.6.0-a.0 --find-links dist --force-reinstall
pytest
# Make the source distribution
Expand Down

0 comments on commit 7e48cef

Please sign in to comment.