Skip to content

Commit

Permalink
Fix CI testing pipelinne
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Oct 28, 2021
1 parent aa10f43 commit b398270
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
command: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
python3 -m venv venv
source venv/bin/activate
maturin develop
maturin build -i python --release --universal2 --out dist --no-sdist
pip install --force-reinstall dist/robyn*.whl
pytest ~/project/integration_tests

0 comments on commit b398270

Please sign in to comment.