Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 29, 2024
1 parent eada9a2 commit 5ec9c40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cirun-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
echo "::error::$RUNNER_OS not supported"
exit 1
fi
echo `which python`
python -c'import sys; print(sys.version)'
echo `which python3`
python3 -c'import sys; print(sys.version)'
sudo apt install python3-pip
pip3 --version
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 5ec9c40

Please sign in to comment.