Skip to content

Commit f38ddf2

Browse files
committed
Remove instruction to copy s2clientprotocol
1 parent 0ecf64c commit f38ddf2

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

dockerfiles/test_docker_image.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ docker cp uv.lock test_container:/root/python-sc2/
3535
docker exec -i test_container bash -c "pip install uv && cd python-sc2 && uv sync --no-cache --no-install-project"
3636

3737
docker cp sc2 test_container:/root/python-sc2/sc2
38-
docker cp s2clientprotocol test_container:/root/python-sc2/s2clientprotocol
3938
docker cp test test_container:/root/python-sc2/test
4039

4140
# Run various test bots

dockerfiles/test_new_python_candidate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ docker cp uv.lock test_container:/root/python-sc2/
3636
docker exec -i test_container bash -c "pip install uv && cd python-sc2 && uv sync --no-cache --no-install-project"
3737

3838
docker cp sc2 test_container:/root/python-sc2/sc2
39-
docker cp s2clientprotocol test_container:/root/python-sc2/s2clientprotocol
4039
docker cp test test_container:/root/python-sc2/test
4140

4241
# Run various test bots

0 commit comments

Comments
 (0)