We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6843e commit ffb5f43Copy full SHA for ffb5f43
.github/workflows/release-codecov-cli.yml
@@ -108,6 +108,8 @@ jobs:
108
cd prevent-cli # codecov-cli is a dependency of prevent-cli
109
# Need to build pyyaml and ijson from sdists to get universal2 macos build to work
110
uv sync --no-binary-package pyyaml --no-binary-package ijson
111
+ cd ../codecov-cli
112
+ uv sync --no-binary-package pyyaml --no-binary-package ijson
113
114
- name: Build with pyinstaller for ${{matrix.TARGET}}
115
run: cd codecov-cli && ${{matrix.CMD_BUILD}}
0 commit comments