Skip to content

Commit

Permalink
Remove --no-build-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 29, 2023
1 parent f526615 commit 19cb513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Build and install
env:
CMAKE_ARGS: "-DCMAKE_PREFIX_PATH=${{ github.workspace}}/conan_build"
run: pip install --no-build-isolation --verbose .
run: pip install --verbose .

- name: Test
run: python -c 'import hictkpy; print(hictkpy.__version__)'
Expand Down

0 comments on commit 19cb513

Please sign in to comment.