We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23395d9 commit 90b5c62Copy full SHA for 90b5c62
.github/workflows/build.yml
@@ -84,6 +84,7 @@ jobs:
84
runs-on: ${{ matrix.image }}
85
steps:
86
- uses: actions/checkout@v4
87
+ - run: rm pyproject.toml
88
- uses: astral-sh/setup-uv@v4
89
- uses: actions/download-artifact@v4
90
with:
0 commit comments