Skip to content

Commit 8fcceff

Browse files
committed
Update CI to add requirements file
1 parent 360f0d9 commit 8fcceff

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Install uv
14+
uses: astral-sh/setup-uv@v5
15+
- name: Create Requirements File
16+
run: uv export --format requirements-txt
1317
- name: Run Build CI workflow
1418
uses: adafruit/workflows-circuitpython-libs/build@main

optional_requirements.txt

-3
This file was deleted.

requirements.txt

-7
This file was deleted.

0 commit comments

Comments
 (0)