Skip to content

Commit

Permalink
Update test-pixi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 4, 2024
1 parent 27526a1 commit 869da6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
# Windows disabled due to https://github.com/robotology/gz-sim-yarp-plugins/issues/205
# macOS on Ionic disabled due to https://github.com/robotology/gz-sim-yarp-plugins/issues/215
- name: Run tests
if: !contains(matrix.os, 'windows') && !(contains(matrix.os, 'macos') && matrix.pixi_env == 'ionic')
if: "!contains(matrix.os, 'windows') && !(contains(matrix.os, 'macos') && matrix.pixi_env == 'ionic')"
run: pixi run -e ${{ matrix.pixi_env }} test

0 comments on commit 869da6b

Please sign in to comment.