Skip to content

Commit 2e8e493

Browse files
committed
CI #15
1 parent 9f5e070 commit 2e8e493

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,16 @@ jobs:
119119
run: |
120120
set -vxeuo pipefail
121121
apt-get -y update && apt-get install -y git
122-
python3 -m pip3 install \
122+
python3 -m pip install \
123123
--no-cache-dir \
124124
--root-user-action ignore \
125125
--upgrade pip coveralls
126+
#
127+
echo "Finally!"
128+
#
126129
# debug mode: output prepared json and reported files list to stdout
127130
# https://coveralls-python.readthedocs.io/en/latest/troubleshooting.html
128131
#
129-
echo "Finally!"
130132
coveralls debug
131133
coveralls --service=github --finish
132134
env:

0 commit comments

Comments
 (0)