Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator authored Jul 19, 2024
1 parent 8630d24 commit c342b79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/gh-task-runner-composite/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ runs:
shell: bash
run: nvidia-smi

# Dependencies setup
- uses: actions/setup-python@v5
with:
python-version: '3.11'
# # Dependencies setup (this cause python virutalization error for v6)
# - uses: actions/setup-python@v5
# with:
# python-version: '3.11'

- name: Install dependencies / setup project
shell: bash
Expand Down

0 comments on commit c342b79

Please sign in to comment.