Skip to content

Commit cbcc036

Browse files
committed
pixi run on all commands
1 parent ba78963 commit cbcc036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
cache: false
3232
manifest-path: ${{ matrix.projects == 'pyproject' && 'another_project/pyproject.toml' || 'another_project/pixi.toml'}}
3333
- name: pixi_run
34-
if: matrix.projects == 'pyproject' || matrix.projects == 'bioproject'
3534
working-directory: another_project
3635
env:
3736
PIXI_CMD: ${{ matrix.projects == 'bioproject' && 'python run.py' || 'python --version' }}

0 commit comments

Comments
 (0)