2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Update faber

This commit is contained in:
Stefan Seefeld
2025-11-02 14:06:12 -05:00
parent 5d7b9a0648
commit 20de46cd0c

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