File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,21 +25,17 @@ jobs:
2525 python3-pyparsing
2626 python3-hypothesis
2727 task: >
28- PYTHONPATH=./src:../usr/ local/lib/python3.11/site-packages
28+ PYTHONPATH=./src:/github/home/. local/lib/python3.11/site-packages
2929 make -f Makefile lint
3030 - dependencies : >
3131 python3-pyparsing
3232 python3-hypothesis
33- task: >
34- PYTHONPATH=./src:../usr/local/lib/python3.11/site-packages
35- make -f Makefile test
33+ task: PYTHONPATH=./src make -f Makefile test
3634 - dependencies : >
3735 python3-coverage
3836 python3-pyparsing
3937 python3-hypothesis
40- task: >
41- PYTHONPATH=./src:../usr/local/lib/python3.11/site-packages
42- make -f Makefile coverage
38+ task: PYTHONPATH=./src make -f Makefile coverage
4339 runs-on : ubuntu-latest
4440 container : fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
4541 steps :
5147 pip
5248 ${{ matrix.dependencies }}
5349 - name : Install hs-dbus-signature
54- run : pip install --root=.. hs-dbus-signature
50+ run : pip install --user hs-dbus-signature
5551 - name : ${{ matrix.task }}
5652 run : ${{ matrix.task }}
Original file line number Diff line number Diff line change 1818 task : make -f Makefile yamllint
1919 - dependencies : pylint python3-pyparsing python-hypothesis
2020 task : >
21- PYTHONPATH=./src:../usr/ local/lib/python3.11/site-packages
21+ PYTHONPATH=./src:/github/home/. local/lib/python3.11/site-packages
2222 make -f Makefile lint
2323 runs-on : ubuntu-latest
2424 container : fedora:38 # NEXT DEVELOPMENT ENVIRONMENT
3131 pip
3232 ${{ matrix.dependencies }}
3333 - name : Install hs-dbus-signature
34- run : pip install --root=.. hs-dbus-signature
34+ run : pip install --user hs-dbus-signature
3535 - name : ${{ matrix.task }}
3636 run : ${{ matrix.task }}
You can’t perform that action at this time.
0 commit comments