Skip to content

Commit

Permalink
#2: - changed python version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 14, 2022
1 parent 95ebd96 commit 6b1cebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
echo ======================================================
echo CPU Threads: $(grep -c processor /proc/cpuinfo)
echo ======================================================
echo $(which python) --version
python --version
echo $(which python3) --version
python3 --version
echo ======================================================
cmake --version
echo ======================================================
Expand Down

0 comments on commit 6b1cebf

Please sign in to comment.