Skip to content

Commit

Permalink
trying ls inside the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
uriii3 committed Nov 12, 2024
1 parent 5e05755 commit f6e8d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ run-using-pyinstaller-windows-latest:
run-using-pyinstaller-macos:
pip install -e .
python -m PyInstaller --noconfirm --clean --onedir --copy-metadata xarray --copy-metada pandas --collect-data dask --collect-data distributed --collect-all tzdata --copy-metadata copernicusmarine copernicusmarine/command_line_interface/copernicus_marine.py --target-architecture=${ARCH}
ls -la
cd dist
ls


run-using-pyinstaller-macos-13: ARCH = x86_64
run-using-pyinstaller-macos-13: run-using-pyinstaller-macos
Expand Down

0 comments on commit f6e8d98

Please sign in to comment.