Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 18, 2024
1 parent f666af0 commit 060238d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,19 @@ jobs:
echo "Building $pkg_dir"
python -m build --outdir $PWD/dist $pkg_dir
done
ls -l $PWD/dist
- name: "Find wheels"
id: find_wheel
run: |
cd ../diracx/dist
ls -l
# We need to copy them there to be able to access them in the RUN --mount
cp diracx*.whl gubbins*.whl ../extensions/containers/services/
for wheel_fn in *.whl; do
pkg_name=$(basename "${wheel_fn}" | cut -d '-' -f 1)
echo "${pkg_name}-wheel-name=$(ls "${pkg_name}"-*.whl)" >> $GITHUB_OUTPUT
done
ls -l ../extensions/containers/services/
# - Build the gubbins image using the wheels
- name: Set up QEMU
Expand Down

0 comments on commit 060238d

Please sign in to comment.