Skip to content

Commit c5b0aaa

Browse files
committed
Update faber
1 parent 2c253ae commit c5b0aaa

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+
python -m ensurepip --upgrade
34+
python -m pip install faber
3135
- name: build
3236
run: |
3337
${{ matrix.python }} --version

0 commit comments

Comments
 (0)