We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbd63d commit 3b62537Copy full SHA for 3b62537
.github/workflows/e2e.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Set up environment
37
run: |
38
python -m venv /testrp_env
39
- source /testrp_env/bin/activate
+ . testrp_env/bin/activate
40
pip install ./mozilla-django-oidc-*.tar.gz
41
pip install "$DJANGO_VERSION"
42
- name: Setup /etc/hosts
0 commit comments