We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c253ae commit b2d351dCopy full SHA for b2d351d
1 file changed
.github/workflows/test-ubuntu.yml
@@ -28,6 +28,9 @@ jobs:
28
steps:
29
- uses: actions/checkout@v5
30
31
+ - name: setup prerequisites
32
+ run: |
33
+ python -m pip install faber
34
- name: build
35
run: |
36
${{ matrix.python }} --version
0 commit comments