2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Update faber

This commit is contained in:
Stefan Seefeld
2025-11-02 14:06:12 -05:00
parent 11aaebf26f
commit aeb1c4b659

View File

@@ -28,6 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: setup prerequisites
run: |
# Warning: this is not necessarily the same Python version as the one configured above !
python3 -m pip install -U faber --break-system-packages
- name: build
run: |
${{ matrix.python }} --version