File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
run : python3 .github/scripts/remove_source_code.py
213
213
214
214
- name : Install the package with pip
215
- run : pip3 install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_REF_NAME
215
+ run : pip3 install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_REF
216
216
217
217
- name : Install test requirements
218
218
run : pip3 install -r requirements-test.txt
@@ -340,7 +340,7 @@ jobs:
340
340
run : python3 .github/scripts/remove_source_code.py
341
341
342
342
- name : Install the package with pip
343
- run : pip3 install git+$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY@$env:GITHUB_REF_NAME
343
+ run : pip3 install git+$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY@$env:GITHUB_REF
344
344
345
345
- name : Install test requirements
346
346
run : pip3 install -r requirements-test.txt
You can’t perform that action at this time.
0 commit comments