Skip to content

Commit

Permalink
Different globbing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 29, 2024
1 parent e79a326 commit a9ed006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9ed006

Please sign in to comment.