File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 run : python3 .github/scripts/remove_source_code.py
213213
214214 - 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
216216
217217 - name : Install test requirements
218218 run : pip3 install -r requirements-test.txt
@@ -340,7 +340,7 @@ jobs:
340340 run : python3 .github/scripts/remove_source_code.py
341341
342342 - 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
344344
345345 - name : Install test requirements
346346 run : pip3 install -r requirements-test.txt
You can’t perform that action at this time.
0 commit comments