Skip to content

Commit 8573767

Browse files
committed
Do not peotry init
1 parent 3571327 commit 8573767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-i386.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
4949
- name: Install zfp
5050
run: |
51-
poetry init
5251
PYTHON_INCLUDE=$(poetry run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
5352
PYTHON_LIB=$(poetry run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
5453
git clone https://github.com/LLNL/zfp

0 commit comments

Comments
 (0)