Skip to content

Commit 20de46c

Browse files
committed
Update faber
1 parent 5d7b9a0 commit 20de46c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030

31+
- name: setup prerequisites
32+
run: |
33+
# Warning: this is not necessarily the same Python version as the one configured above !
34+
python3 -m pip install -U faber --break-system-packages
3135
- name: build
3236
run: |
3337
${{ matrix.python }} --version

0 commit comments

Comments
 (0)