Skip to content

Commit

Permalink
ci: fix inference cache pipeline (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo authored Jul 24, 2024
1 parent 28fef32 commit ecdc197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inference_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
- name: Install python and create venv
run: |
sudo apt install python-venv python3-dev -y
sudo apt install python3-venv python3-dev -y
python3 -m venv aws_neuron_venv_pytorch
source aws_neuron_venv_pytorch/bin/activate
python -m pip install -U pip
Expand Down

0 comments on commit ecdc197

Please sign in to comment.