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 91df4f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci-pixi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
- name: List all changed files
id: changed-toml-files
env:
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
done
- run: |
echo "${{ steps.matrix.outputs.value }}"
ALL_TOML_FILES=$(echo "${ALL_CHANGED_FILES}" | grep '\.toml$')
echo "All TOML files: ${ALL_TOML_FILES}"
echo "matrix=${ALL_TOML_FILES}" >> $GITHUB_OUTPUT
run:
name: Pixi builder
needs: detection
Expand All @@ -41,4 +39,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 91df4f9

Please sign in to comment.