File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222 - name : Install dependencies
2323 run : |
24- dnf install -y pre-commit git krb5-devel openldap-devel
25- pip install poetry>=1.2
24+ dnf install -y pre-commit git krb5-devel openldap-devel poetry python3-poetry-plugin-export
2625 - name : Mark the working directory as safe for Git
2726 run : git config --global --add safe.directory $PWD
2827 - name : Run tests
4443 - uses : actions/checkout@v4
4544 - name : Install dependencies
4645 run : |
47- dnf install -y pre-commit git krb5-devel openldap-devel
48- pip install poetry>=1.2
46+ dnf install -y pre-commit git krb5-devel openldap-devel poetry python3-poetry-plugin-export
4947 - name : Mark the working directory as safe for Git
5048 run : git config --global --add safe.directory $PWD
5149 - name : Run tests
You can’t perform that action at this time.
0 commit comments