Skip to content

Commit c81471e

Browse files
Tweak debugging instructions for windows
1 parent 66c1348 commit c81471e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ jobs:
5454
fetch-depth: 0
5555
submodules: true
5656

57-
- name: Print Tree
58-
run: tree /F
57+
- name: Print softioc dir
58+
run: dir softioc
5959

6060
- name: Install Python
6161
uses: actions/setup-python@v2
6262
with:
6363
python-version: "3.7"
6464

6565
- name: Install Python Dependencies
66-
run: pip install build cibuildwheel==1.* # The 2.* releases dropped Python2 support.
66+
run: pip install build cibuildwheel
6767

6868
- name: Build Sdist
6969
if: matrix.sdist
@@ -82,9 +82,7 @@ jobs:
8282
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
8383
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
8484
# Some debugging variables to work out why subfolder not on Windows
85-
CIBW_BEFORE_ALL_WINDOWS: tree /F
86-
CIBW_BEFORE_ALL_LINUX: ls
87-
CIBW_BUILD_VERBOSITY: 3
85+
CIBW_BEFORE_ALL_WINDOWS: dir softioc
8886

8987
- name: Upload Wheel and Sdist
9088
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)