Skip to content

Commit 2751aee

Browse files
committed
try something
1 parent e0214a5 commit 2751aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_pandas/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
install_dir=$(python -c "import sysconfig; print(sysconfig.get_path('platlib'))")
1818
meson setup builddir
1919
cd builddir
20-
meson configure '-Dprefix=$install_dir'
20+
meson configure -Dprefix=$install_dir
2121
meson compile
2222
meson install
2323
shell: bash -el {0}

0 commit comments

Comments
 (0)