Skip to content

Commit

Permalink
Remove debug ls in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 23, 2023
1 parent 465303c commit 821a427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ jobs:
export OSMESA_LIBRARY=~/micromamba/envs/vispy-tests/lib/libOSMesa.so;
export VISPY_GL_LIB=$OSMESA_LIBRARY
fi
ls -l ~/micromamba/envs/vispy-tests/lib
micromamba list
python -c "import vispy; print(vispy.version.version)"
python -c "import vispy; print(vispy.sys_info())"
Expand Down

0 comments on commit 821a427

Please sign in to comment.