mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Compare commits
2 commits
7e94fe56b5
...
a4b3561357
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4b3561357 | ||
|
|
1f02c571bb |
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/477_ci_update.yml
Normal file
2
changelogs/fragments/477_ci_update.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
trivial:
|
||||||
|
- "Drop Python3.9 and replace Fedora37 with 38(https://github.com/ansible-collections/ansible.posix/issues/476).
|
||||||
|
|
@ -147,7 +147,7 @@ function cleanup
|
||||||
if [ "${process_coverage}" ]; then
|
if [ "${process_coverage}" ]; then
|
||||||
# use python 3.9 for coverage to avoid running out of memory during coverage xml processing
|
# use python 3.9 for coverage to avoid running out of memory during coverage xml processing
|
||||||
# only use it for coverage to avoid the additional overhead of setting up a virtual environment for a potential no-op job
|
# only use it for coverage to avoid the additional overhead of setting up a virtual environment for a potential no-op job
|
||||||
virtualenv --python /usr/bin/python3.9 ~/ansible-venv
|
/usr/bin/python3.12 -m venv ~/ansible-venv
|
||||||
set +ux
|
set +ux
|
||||||
. ~/ansible-venv/bin/activate
|
. ~/ansible-venv/bin/activate
|
||||||
set -ux
|
set -ux
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue