Skip to content

Commit

Permalink
REFACTOR-#000: Remove unnecessary build step in CI (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev authored Sep 25, 2023
1 parent c5c10ab commit 0ca42da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ jobs:
# we set use-only-tar-bz2 to false in order for conda to properly find new packages to be installed
# for more info see https://github.com/conda-incubator/setup-miniconda/issues/264
use-only-tar-bz2: false
# Build unidist to make C++ extensions available
- name: Build unidist
run: |
python setup.py build_ext --inplace
pip install -e .
run: pip install -e .
- name: Conda environment
run: |
conda info
Expand Down

0 comments on commit 0ca42da

Please sign in to comment.