Skip to content

Commit

Permalink
Force testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jan 10, 2025
1 parent 6ea60f3 commit 7918ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-pixi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
echo "value=$file" >> $GITHUB_OUTPUT
if [[ "$file" == *.toml ]]; then
echo "Toml $file detected"
echo "value=$file" >> $GITHUB_OUTPUT
fi
done
- run: |
echo "${{ steps.matrix.outputs.value }}"
Expand All @@ -41,4 +43,4 @@ jobs:
with:
locked: true
cache: false # 10Gb limit might be too low for caching
manifest-path: ${{ matrix.value }}
manifest-path: ${{ matrix.value }}
2 changes: 2 additions & 0 deletions conda/envs/legacy/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ cmake = "3.28.3.*"
colcon-common-extensions = "*"
pkg-config = "*"
vcstool = "*"

# test

0 comments on commit 7918ecc

Please sign in to comment.