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 45d4c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 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 Down
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 45d4c70

Please sign in to comment.