File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,19 @@ jobs:
18
18
uses : actions/setup-python@v4
19
19
with :
20
20
python-version : " 3.9"
21
+ cache : ' pip' # caching pip dependencies
21
22
-
uses :
fedora-python/[email protected]
22
23
with :
23
24
tox_env : flake8
24
- dnf_install : krb5-devel
25
+ dnf_install : gcc krb5-devel
25
26
-
uses :
fedora-python/[email protected]
26
27
with :
27
28
tox_env : safety
28
- dnf_install : krb5-devel
29
+ dnf_install : gcc krb5-devel
29
30
-
uses :
fedora-python/[email protected]
30
31
with :
31
32
tox_env : bandit
32
- dnf_install : krb5-devel
33
+ dnf_install : gcc krb5-devel
33
34
34
35
testing :
35
36
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ requires = tox >= 4
4
4
setuptools >= 62.0.0
5
5
6
6
[testenv]
7
+ install_command = python -I -m pip install --no-deps {opts} {packages}
7
8
skip_install = True
8
9
deps = -r{toxinidir}/dev-requirements.txt
9
10
commands = py.test {posargs}
You can’t perform that action at this time.
0 commit comments