Skip to content

Commit

Permalink
move wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
augray committed Dec 16, 2024
1 parent edf6fe2 commit c4721e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ commands:
command: |
PATH="$PATH:$CIRCLE_WORKING_DIRECTORY/.circleci/"
retry 5 make wheel
- run:
name: "Move wheel"
command: mkdir dist && mv bazel-bin/sematic/sematic-*.whl dist
- run:
name: Test pip install
command: bazel run //sematic/tests/integration:test_pip_install
Expand Down Expand Up @@ -84,6 +87,9 @@ jobs:
environment:
CI_VENV_NAME: CIVENV
REACT_APP_IS_CIRCLE_CI: 1
- run:
name: "Move wheel"
command: mkdir dist && mv bazel-bin/sematic/sematic-*.whl dist


integration-test:
Expand Down

0 comments on commit c4721e7

Please sign in to comment.