Skip to content

Commit 3b62537

Browse files
authored
Source .. of headache
1 parent cdbd63d commit 3b62537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up environment
3737
run: |
3838
python -m venv /testrp_env
39-
source /testrp_env/bin/activate
39+
. testrp_env/bin/activate
4040
pip install ./mozilla-django-oidc-*.tar.gz
4141
pip install "$DJANGO_VERSION"
4242
- name: Setup /etc/hosts

0 commit comments

Comments
 (0)