We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3791893 commit 4a5a285Copy full SHA for 4a5a285
2 files changed
.github/workflows/uv.yml
@@ -0,0 +1,20 @@
1
+name: Example
2
+
3
+jobs:
4
+ uv-example:
5
+ name: python
6
+ runs-on: ubuntu-latest
7
8
+ steps:
9
+ - uses: actions/checkout@v4
10
11
+ - name: Install uv
12
+ uses: astral-sh/setup-uv@v5
13
14
+ - name: Set up Python
15
+ uses: actions/setup-python@v5
16
+ with:
17
+ python-version-file: ".python-version"
18
19
+ - name: Build and Test
20
+ run: uv run python tests/test.py
README.md
@@ -147,4 +147,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
147
148
## Credits
149
Claude 3.7 Sonnet (extended thinking)
150
151
https://github.com/pybind/scikit_build_example/tree/master
0 commit comments