Skip to content

Commit b3ca988

Browse files
Revert "try this one"
This reverts commit b430b6b.
1 parent 4016fb9 commit b3ca988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
python-version: ${{ matrix.python }}
319319

320320
- name: Install the package with pip
321-
run: python -m pip install git+$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY@$env:GITHUB_REF_NAME
321+
run: pip install git+$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY@$env:GITHUB_REF_NAME
322322

323323
- run: pip --version
324324

0 commit comments

Comments
 (0)