Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
ad9a03ec
Unverified
Commit
ad9a03ec
authored
1 year ago
by
Thomas Woerner
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1114 from rjeffman/remove_virtualenv
Remove dependency on 'virtualenv'
parents
51ddaa64
1bfe6888
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ansible-test.yml
+0
-2
0 additions, 2 deletions
.github/workflows/ansible-test.yml
tests/sanity/sanity.sh
+1
-1
1 addition, 1 deletion
tests/sanity/sanity.sh
with
1 addition
and
3 deletions
.github/workflows/ansible-test.yml
+
0
−
2
View file @
ad9a03ec
...
...
@@ -11,7 +11,5 @@ jobs:
-
uses
:
actions/checkout@v3.1.0
with
:
fetch-depth
:
0
-
name
:
Install virtualenv using pip
run
:
pip install virtualenv
-
name
:
Run ansible-test
run
:
bash tests/sanity/sanity.sh
This diff is collapsed.
Click to expand it.
tests/sanity/sanity.sh
+
1
−
1
View file @
ad9a03ec
...
...
@@ -8,7 +8,7 @@ ANSIBLE_COLLECTION=freeipa-ansible_freeipa
use_docker
=
$(
docker
-v
>
/dev/null 2>&1
&&
echo
"True"
||
echo
"False"
)
virtual
env
"
$VENV
"
python
-m
v
env
"
$VENV
"
# shellcheck disable=SC1091
source
"
$VENV
"
/bin/activate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment