diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 190eb56a..f5c6ad3f 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -221,6 +221,6 @@ jobs: - name: Build wheel run: pixi run -e ${{ matrix.environment }} python -m build - name: Install wheel - run: pixi run -e ${{ matrix.environment }} bash -c 'python -m pip install dist/*.whl' + run: pixi run -e ${{ matrix.environment }} python -m pip install dist\*.whl - name: Test run: pixi run -e ${{ matrix.environment }} pytest -sv