Skip to content

Commit f54ee8e

Browse files
morealdahlia
andauthored
Install Python package from remote url
Co-authored-by: Hong Minhee (洪 民憙) <[email protected]>
1 parent 75a7d55 commit f54ee8e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,5 @@ jobs:
2727
- run: |
2828
python3 -m pip install --upgrade pip
2929
python3 -m pip install tox tox-gh-actions
30-
31-
pushd /tmp
32-
git clone https://github.com/python/mypy
33-
pushd mypy
34-
python -m pip install --upgrade .
35-
popd
36-
popd
30+
pip install -U git+https://github.com/python/mypy.git
3731
- run: tox

0 commit comments

Comments
 (0)