We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3571327 commit 8573767Copy full SHA for 8573767
.github/workflows/ci-i386.yml
@@ -48,7 +48,6 @@ jobs:
48
49
- name: Install zfp
50
run: |
51
- poetry init
52
PYTHON_INCLUDE=$(poetry run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
53
PYTHON_LIB=$(poetry run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
54
git clone https://github.com/LLNL/zfp
0 commit comments