Skip to content

Commit c01475a

Browse files
committed
- added ls
1 parent 298a7f5 commit c01475a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/freeze.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,14 @@ jobs:
2828
python -m venv venv
2929
source venv/bin/activate
3030
pip install robotframework cx_Freeze
31-
python setup_basic.py build || true
32-
ls build
33-
ls build/*
34-
./build/exe.linux-x86_64-3.12/robot_run_basic ../examples/basic/
31+
python setup_basic.py build || true
32+
./build/*/robot_run_basic ../examples/basic/
3533
3634
- name: numpy
3735
run: |
3836
cd cx_Freeze
3937
python -m venv venv
4038
source venv/bin/activate
4139
pip install robotframework cx_Freeze pandas numpy
42-
set +e
4340
python setup_numpy.py build || true
44-
set -e
45-
./build/exe.linux-x86_64-3.12/robot_run_basic ../examples/numpy/
41+
./build/*/robot_run_basic ../examples/numpy/

0 commit comments

Comments
 (0)