Skip to content

Commit

Permalink
Make sure python3 venv is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielMcVicar committed Oct 18, 2023
1 parent 0d782d8 commit 58d358f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/torchbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

- name: Create Python venv
run: |
sudo apt-get install python3-venv
python3 -m venv ${HOME}/torchbench/venv
source ${HOME}/torchbench/venv/bin/activate
echo PATH=${PATH} >> $GITHUB_ENV
Expand Down

0 comments on commit 58d358f

Please sign in to comment.