Commit bc80b4e
fix(ci): fix wheel glob expansion in Python CI install step
The glob pattern in `pip install target/wheels/ggsql-*.whl'[test]'`
was not expanding because the shell treated `[test]` as a character
class, preventing any file from matching. Use `ls` to expand the glob
into a variable first.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 501abcf commit bc80b4e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments