Skip to content

Commit 2b4bedd

Browse files
committed
Don't need the other flod
1 parent da9158a commit 2b4bedd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ jobs:
110110
submodules: "recursive"
111111
- name: Build ${{ env.PACKAGE_NAME }} + consumers
112112
run: |
113-
md D:\a\work
114-
cd D:\a\work
115113
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder.pyz')"
116114
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --spec=downstream
117115
@@ -133,8 +131,6 @@ jobs:
133131
spectre: true
134132
- name: Build ${{ env.PACKAGE_NAME }} + consumers
135133
run: |
136-
md D:\a\work
137-
cd D:\a\work
138134
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
139135
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --spec=downstream
140136

0 commit comments

Comments
 (0)