Skip to content

Commit f63770e

Browse files
committed
tidy
1 parent bc61fad commit f63770e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,11 @@ jobs:
133133
cp -R repo/tests/ tests/
134134
python -m pip install --upgrade pip
135135
python -m pip install ./dist/*.whl
136-
# make sure bitstring at least looks like what we want
137-
python -c 'import bitstring; print(bitstring)'
136+
# show the directory contents for diagnostics
137+
ls -la
138138
139139
- name: Run unittest
140140
run: |
141-
ls -la
142141
python -m unittest
143142
144143
all:

0 commit comments

Comments
 (0)