File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ pre-commit run --all-files # run manually
9090
9191``` bash
9292# Check PyTorch and CUDA
93- pixi run python -c " import torch; print(' PyTorch:' , torch.__version__); print(' CUDA available:' , torch.cuda.is_available())"
93+ pixi run python -c ' import torch; print(" PyTorch:" , torch.__version__); print(" CUDA available:" , torch.cuda.is_available())'
9494
9595# Check geospatial stack
96- pixi run python -c " from osgeo import gdal; import rasterio, geopandas; print(' Geospatial stack working') "
96+ pixi run python -c ' from osgeo import gdal; import rasterio, geopandas; print(" Geospatial stack working") '
9797
9898# Check FTW CLI import
99- pixi run python -c " from ftw_tools.cli import ftw; print(' FTW CLI ready') "
99+ pixi run python -c ' from ftw_tools.cli import ftw; print(" FTW CLI ready") '
100100```
101101
102102### Conda/Mamba (Alternative)
You can’t perform that action at this time.
0 commit comments