Skip to content

Commit

Permalink
Get rid of -e
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Nov 15, 2024
1 parent 1f37469 commit 322b0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_SKIP: "*-musllinux*"
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_ALL: echo -e '[tool.cibuildwheel]\n\nbefore-build = "pip install cython pybind11"' > /Users/runner/work/pyomo/pyomo/pyproject.toml && cat /Users/runner/work/pyomo/pyomo/pyproject.toml
CIBW_BEFORE_ALL: echo '[tool.cibuildwheel]\n\nbefore-build = "pip install cython pybind11"' > /Users/runner/work/pyomo/pyomo/pyproject.toml && cat /Users/runner/work/pyomo/pyomo/pyproject.toml
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_SKIP: "*-musllinux*"
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_ALL: echo -e '[tool.cibuildwheel]\n\nbefore-build = "pip install cython pybind11"' > /Users/runner/work/pyomo/pyomo/pyproject.toml && cat /Users/runner/work/pyomo/pyomo/pyproject.toml
CIBW_BEFORE_ALL: echo '[tool.cibuildwheel]\n\nbefore-build = "pip install cython pybind11"' > /Users/runner/work/pyomo/pyomo/pyproject.toml && cat /Users/runner/work/pyomo/pyomo/pyproject.toml
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 322b0ff

Please sign in to comment.