Skip to content

Commit

Permalink
87:Add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Jan 9, 2025
1 parent ed438c8 commit 4875c55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/linux/lint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
#!/usr/bin/env bash

which python
which python3
ls -alh .
echo $PWD
python --version
python3 --version

if [[ "$OSTYPE" != "win32" && "$OSTYPE" != "msys" ]]; then
echo "Activating .venv first."
. .venv/bin/activate
echo .venv/bin/activate
fi


Expand Down

0 comments on commit 4875c55

Please sign in to comment.