File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ jobs:
163163 docker cp pyproject.toml test_container:/root/python-sc2/
164164 docker cp uv.lock test_container:/root/python-sc2/
165165 docker cp sc2 test_container:/root/python-sc2/sc2
166- docker cp s2clientprotocol test_container:/root/python-sc2/s2clientprotocol
167166 docker cp test test_container:/root/python-sc2/test
168167 docker cp examples test_container:/root/python-sc2/examples
169168 docker exec -i test_container bash -c "pip install uv \
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ docker cp uv.lock test_container:/root/python-sc2/
3535docker exec -i test_container bash -c " pip install uv && cd python-sc2 && uv sync --no-cache --no-install-project"
3636
3737docker cp sc2 test_container:/root/python-sc2/sc2
38- docker cp s2clientprotocol test_container:/root/python-sc2/s2clientprotocol
3938docker cp test test_container:/root/python-sc2/test
4039
4140# Run various test bots
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ docker cp uv.lock test_container:/root/python-sc2/
3636docker exec -i test_container bash -c " pip install uv && cd python-sc2 && uv sync --no-cache --no-install-project"
3737
3838docker cp sc2 test_container:/root/python-sc2/sc2
39- docker cp s2clientprotocol test_container:/root/python-sc2/s2clientprotocol
4039docker cp test test_container:/root/python-sc2/test
4140
4241# Run various test bots
You can’t perform that action at this time.
0 commit comments