We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298a7f5 commit c01475aCopy full SHA for c01475a
.github/workflows/freeze.yaml
@@ -28,18 +28,14 @@ jobs:
28
python -m venv venv
29
source venv/bin/activate
30
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/
+ python setup_basic.py build || true
+ ./build/*/robot_run_basic ../examples/basic/
35
36
- name: numpy
37
run: |
38
cd cx_Freeze
39
40
41
pip install robotframework cx_Freeze pandas numpy
42
- set +e
43
python setup_numpy.py build || true
44
- set -e
45
- ./build/exe.linux-x86_64-3.12/robot_run_basic ../examples/numpy/
+ ./build/*/robot_run_basic ../examples/numpy/
0 commit comments