Skip to content

Commit f426d6b

Browse files
committed
[Tests] Rollback, to debug
1 parent 8682b2a commit f426d6b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Python test for ${{ matrix.python-version }}
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v6
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v2
2424
with:

tests/test_kicost.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ def xlsx_to_csv(filename, subdir='result_test', price=True):
262262
cmd.append('--skipemptycolumns')
263263
if get_xlsx2csv_version() >= (0, 8, 0):
264264
cmd.append('--include-hidden-rows')
265-
# WTF?!
266-
cmd.append('--floatformat')
267-
cmd.append('%.12f')
268265
cmd.append(out_xlsx)
269266
p1 = subprocess.Popen(cmd, stdout=subprocess.PIPE)
270267
# Filter it

0 commit comments

Comments
 (0)