Skip to content

Commit e445837

Browse files
committed
Fix CIBW_BEFORE_BUILD environment variable to remove unnecessary package installation
1 parent 758b2c5 commit e445837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build wheels
2727
uses: pypa/cibuildwheel@v2.21.2
2828
env:
29-
CIBW_BEFORE_BUILD: pip install guidata babel && pybabel compile -d plotpy/locale -D plotpy
29+
CIBW_BEFORE_BUILD: pip install babel && pybabel compile -d plotpy/locale -D plotpy
3030

3131
- uses: actions/upload-artifact@v4
3232
with:

0 commit comments

Comments
 (0)